Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 883 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 883 Bytes

srizzling's dotfiles

Motivation

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!

Installation

Dependancies

Ensure the following is available (the scripts take care of the rest hopefully):

  • git
  • curl
  • sudo

Install

After the Dependancies are installed then run these steps:

$ git clone [email protected]:srizzling/.dotfiles.fish.git ~/.dotfiles.fish
$ cd ~/.dotfiles.fish
$ ./install.sh

Update

To update, you just need to git pull and run the bootstrap script again:

$ cd ~/.dotfiles.fish
$ git pull origin main
$ ./install.sh