stuff
This commit is contained in:
parent
11187dc11c
commit
05595c2e14
28 changed files with 210 additions and 246 deletions
23
crates/10-zsh/files/.zshrc
Normal file
23
crates/10-zsh/files/.zshrc
Normal file
|
@ -0,0 +1,23 @@
|
|||
export GPG_TTY=$(tty)
|
||||
|
||||
# paths
|
||||
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
|
||||
|
||||
# ZSH
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
|
||||
ZSH_THEME="afowler"
|
||||
plugins=(git docker docker-compose node zsh-autosuggestions zsh-syntax-highlighting)
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# ALIASES
|
||||
alias open="xdg-open"
|
||||
alias nobeep="sudo modprobe -r pcspkr"
|
||||
alias s="title $HOST && cmatrix -rs && clear"
|
||||
alias q="exit"
|
||||
|
||||
# COSMETICS
|
||||
fastfetch
|
||||
|
||||
export PATH="${PATH}:/home/${USER}/.local/bin"
|
||||
export SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"
|
Loading…
Add table
Add a link
Reference in a new issue