Skip to content

Repository files navigation

How to install

  1. Install oh-my-zsh
  2. Clone this repo
git clone git@github.com:MattClarke131/dotfiles.git
  1. Install submodules
git submodule init
git submodule update
  1. Install homebrew
  2. Install homebrew packages
brew bundle install
  1. Install node packages
npm install
  1. Run fzf install script
$(brew --prefix fzf)/install
  1. Run install script
  npm run setup
  1. Setup crons
crontab -e
#Git fetch every repo every 5 minutes
 */5 * * * * "$HOME"/dotfiles/scripts/git-fetch.sh &> /dev/null

customization

git ignores files ending in .local. These files are for commands that I don't want on a public repo

Shellcheck

I use this to check my scripts https://github.com/koalaman/shellcheck

inspirations

https://github.com/ajmalsiddiqui/dotfiles https://github.com/mathiasbynens/dotfiles https://github.com/paulmillr/dotfiles https://github.com/holman/dotfiles

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages