Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 767 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 767 Bytes

Manage dotfiles like a boss

Getting Started

Prerequisite

  1. install pip
    • ubuntu - sudo apt-get install python-pip
    • mac - brew install python
  2. update pip - sudo pip install --upgrade pip
  3. install dotfiles from pip - sudo pip install dotfiles
  4. install zsh
    • ubuntu - sudo apt-get install zsh
    • mac - brew install zsh
  5. make zsh your default terminal - chsh -s $(which zsh)

Sync dotfiles

  1. clone the repo into your home directory git clone https://github.com/nathanmyles/Dotfiles.git
  2. sync dotfiles - dotfiles --sync
  3. source ~/.zshrc

Fork the Repo

create a fork of this repo so you can have your own set of configuration!

Make sure you edit the zsh-theme in antigenrc to point to your fork