Skip to content

FarhanTejani/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Dotfiles

These shell scripts install my most commonly used packages and apply my dotfiles.

macOS

To use, first make sure you have an up-to-date system with Apple's developer tools installed:

$ sudo softwareupdate -i -a
$ xcode-select --install

You may need to restart your computer after executing the commands above. After they're done:

  1. Install Homebrew
  2. Install Git (brew install git)
  3. Clone this repository
  4. cd to the .dotfiles directory created by cloning this repository
  5. sh install-osx.sh
  6. sh setup.sh

Enjoy my setup!