Go to file
hazel f92bc4dcf9
switch to hyprland/workspaces
2023-09-08 16:08:02 -05:00
.config switch to hyprland/workspaces 2023-09-08 16:08:02 -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 Fix nvm setup 2023-08-02 11:42:30 -05:00
README.md Add README.md 2023-07-30 18:40:35 -05:00

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.