|
||
---|---|---|
.config | ||
.local/bin | ||
code/suckless | ||
.bashrc | ||
.profile | ||
.xbindkeysrc | ||
.xinitrc | ||
.zshrc | ||
README.md |
README.md
smplcd's dots
Below are the commands to install the dots in another environment
git clone --bare git@github.com:smplcd/dotfiles.git $HOME/.dot/
alias dot="/usr/bin/git --git-dir=$HOME/.dot/ --work-tree=$HOME"
dot config status.showUntrackedFiles no
dot restore --staged .
dot restore .
source "$HOME/.bashrc"