Skip to content

nathanmyles/Dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Manage dotfiles like a boss

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published