After cloning, run the setup script for your OS to automatically symlink dotfiles to their locations.
git clone --recurse-submodules https://github.com/dafer238/dotfiles.git ~/dev
cd ~/dev
bash setup.shgit clone --recurse-submodules https://github.com/dafer238/dotfiles.git $HOME/dev
cd $HOME/dev
setup.batgit clone --recurse-submodules git@github.com:dafer238/dotfiles.git ~/dev
cd ~/dev
bash setup.shln -sfn ~/dev/configs/config ~/.config/ghostty/config
ln -sfn ~/dev/configs/.zshrc ~/.zshrc
ln -sfn ~/dev/configs/.tmux.conf ~/.tmux.conf
ln -sfn ~/dev/configs/starship.toml ~/.config/starship.toml
ln -sfn ~/dev/configs/nvim ~/.config/nvim
ln -sfn ~/dev/configs/zed ~/.config/zed
