|
||
---|---|---|
.config | ||
wallpaper | ||
.gitmodules | ||
.zshrc | ||
README.md |
README.md
hazy's dotfiles
Install with:
cd ~
git clone https://git.gay/h/dotfiles dotfiles
ln -s "/home/$USER/dotfiles/.zshrc" "/home/$USER/.zshrc"
for d in dotfiles/.config/*
do
APP_NAME=$(basename $d)
ln -s "/home/$USER/$d" "/home/$USER/.config/$APP_NAME"
done
Or make symbolic links for everything in dotfiles/.config/, along with dotfiles/.zshrc, manually.