I was finding that my zsh start up times were getting slower and slower - and quite frankly needed some TLC - I had found out the original parent repo (that I forked from) author had switched to fish (see repo ]here) I decided to fork his work thier and make it my own!
Ensure the following is available (the scripts take care of the rest hopefully):
- git
- curl
- sudo
After the Dependancies are installed then run these steps:
$ git clone [email protected]:srizzling/.dotfiles.fish.git ~/.dotfiles.fish
$ cd ~/.dotfiles.fish
$ ./install.sh
To update, you just need to git pull and run the bootstrap script again:
$ cd ~/.dotfiles.fish
$ git pull origin main
$ ./install.sh