dotfiles/README.md
2023-07-30 18:40:35 -05:00

368 B

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.