mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-23 23:21:06 +01:00
Compare commits
No commits in common. "55170f6eae4d60c06f8e90bf4b7db8e36f87f2aa" and "e964f0ef516aa22b38b1607ee51eedce1ca67c79" have entirely different histories.
55170f6eae
...
e964f0ef51
4 changed files with 687 additions and 714 deletions
28
.bashrc
28
.bashrc
|
@ -6,38 +6,12 @@
|
||||||
# Aliases
|
# Aliases
|
||||||
alias ls="lsd"
|
alias ls="lsd"
|
||||||
alias cat="bat"
|
alias cat="bat"
|
||||||
alias s="kitten ssh"
|
|
||||||
|
|
||||||
PS1='[\u@\h \W]\$ '
|
PS1='[\u@\h \W]\$ '
|
||||||
|
|
||||||
eval "$(starship init bash)"
|
eval "$(starship init bash)"
|
||||||
source ~/.local/share/blesh/ble.sh
|
source ~/.local/share/blesh/ble.sh
|
||||||
complete -cf doas # doas completions
|
|
||||||
|
|
||||||
# bun
|
# bun
|
||||||
export BUN_INSTALL="$HOME/.bun"
|
export BUN_INSTALL="$HOME/.bun"
|
||||||
export PATH=$BUN_INSTALL/bin:$PATH:~/.local/bin:~/go/bin:~/.wakatime
|
export PATH=$BUN_INSTALL/bin:$PATH:~/.local/bin:~/go/bin
|
||||||
. "$HOME/.cargo/env"
|
|
||||||
|
|
||||||
# rbenv
|
|
||||||
export PATH="/home/hyro/.rbenv/shims:${PATH}"
|
|
||||||
export RBENV_SHELL=bash
|
|
||||||
command rbenv rehash 2>/dev/null
|
|
||||||
rbenv() {
|
|
||||||
local command
|
|
||||||
command="${1:-}"
|
|
||||||
if [ "$#" -gt 0 ]; then
|
|
||||||
shift
|
|
||||||
fi
|
|
||||||
|
|
||||||
case "$command" in
|
|
||||||
rehash|shell)
|
|
||||||
eval "$(rbenv "sh-$command" "$@")";;
|
|
||||||
*)
|
|
||||||
command rbenv "$command" "$@";;
|
|
||||||
esac
|
|
||||||
}
|
|
||||||
|
|
||||||
export NVM_DIR="$HOME/.nvm"
|
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
|
||||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
|
||||||
|
|
9
.gitconfig
Normal file
9
.gitconfig
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[user]
|
||||||
|
name = Jozef Steinhübl
|
||||||
|
email = xhyrom.hyro@gmail.com
|
||||||
|
[credential "https://github.com"]
|
||||||
|
helper =
|
||||||
|
helper = !/usr/bin/gh auth git-credential
|
||||||
|
[credential "https://gist.github.com"]
|
||||||
|
helper =
|
||||||
|
helper = !/usr/bin/gh auth git-credential
|
|
@ -1 +0,0 @@
|
||||||
This repository contains my configs, themes and other stuff that I'm using on void linux.
|
|
1363
packages.txt
1363
packages.txt
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue