Go to file
hazel 2f16cb3c12
only show spotify in playerctl
2024-04-16 16:30:57 -05:00
.config only show spotify in playerctl 2024-04-16 16:30:57 -05:00
wallpaper add wallpapers 2023-05-18 19:37:17 -05:00
.gitmodules Add zsh-nvm submodule 2023-08-02 11:47:24 -05:00
.zshrc some more zshrc changes 2024-03-12 17:02:26 -05:00
c make c command 2024-03-12 17:01:25 -05:00
install test? 2023-11-01 21:32:11 -05:00
README.md Add README.md 2023-07-30 18:40:35 -05:00
update test? 2023-11-01 21:32:11 -05:00

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.