feat: i3 update & other minor stuff

This commit is contained in:
Strix 2024-03-07 14:25:45 +01:00
parent 28ca2f79be
commit c9010fe697
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7
9 changed files with 169 additions and 73 deletions

View file

@ -2,6 +2,10 @@
# Raine's .zshrc
if ! [ "$PROFILEINC" = "1" ]; then
. ~/.profile
fi
export EDITOR=vim
export GPG_TTY=$(tty)
export PATH="$PATH:$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$HOME/.local/bin"
@ -10,7 +14,7 @@ export PATH="$PATH:$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$
if [ -f "$HOME/.oh-my-zsh/oh-my-zsh.sh" ]; then
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="afowler"
plugins=(git docker docker-compose node zsh-autosuggestions zsh-syntax-highlighting)
plugins=(git docker docker-compose node zsh-autosuggestions zsh-syntax-highlighting zsh-cargo-completion)
source $ZSH/oh-my-zsh.sh
else
echo "oh-my-zsh not detected :("
@ -43,4 +47,5 @@ container() {
}
alias q="exit"
alias vim="nvim"
alias vim="nvim"
alias vi="nvim"