To install, simply clone this repo and run setup.sh:
git clone https://github.com/khughitt/dotfiles
cd dotfiles && ./setup.sh
Symbolic links will be created in $HOME / $XDG_CONFIG_DIR to all of the major
configuration files.
Configuration files are included for both Bash and Z shell. If you plan to use Z shell, you will also want to install zinit.
Additional Z shell plugins I'm currently using:
..And a bunch others.
Not a complete list, but some useful ones..
j # jump (fasd)
l # ls -l
lr # ls -latr
y # yay
.. # cd ..
cpr # cp -r
rmf # rm -fr
c # open cheatsheet
C # open config
doc # docker
docc # docker compose
up # bring up compose stack
down # bring down compose stack
g # git
gst # git status
gcam # git commit -am
gcmsg # git commit -m
gco # git checkout
gp # git push
grst # git restore --staged
h .. # search history
pg .. # search ps
rgl # rg -l
rgu # rg -uuu
fda # fd -Luu
v # nvim recent
vl # nvim last
vr # rg -> nvim
