Skip to content

phatpham9/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My dotfiles for dev environment

Concepts

  • Setup new dev environment in minutes not hours
  • Use bash to run installation commands but zsh will be the main shell
  • Use homebrew to install all CLI/GUI applications as it's easier to upgrade/uninstall the apps

Features

This repo contains the automatic installation/configuration of the following steps:

  1. Install applications (homebrew)
  2. Configure applications by creating symlinks (zsh, ssh & git)

Installation

Clone the repo then simply run the following command:

./install.sh

Git-free Installation

Download the repository's tarball by running:

mkdir dotfiles && cd dotfiles && curl -#L https://github.com/phatpham9/dotfiles/tarball/master | tar -xzv --strip-components 1 && ./install.sh

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Authors

Phat Pham

License

MIT