Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles Starter Kit

Make your own dotfiles!

Installation

Fork this repository by clicking the Fork button in the header of this repository.

Next, clone it to ~/.dotfiles directory in your computer.

$ git clone [clone URL] ~/.dotfiles

Last, run setup.sh script.

Note: This script may overwrite existing .bash_profile, .gitignore and .gitconfig files in your HOME directory. If you already have them, please backup before running.

$ cd ~/.dotfiles
$ ./setup.sh

File structure

├── git/
│   ├── gitconfig
│   └── gitignore
├── lib/
│   └── utils
├── node/
│   └── npm.sh
├── osx/
│   └── homebrew/
│       ├── Brewfile
│       └── Caskfile
├── shell/
│   ├── bash_aliases
│   ├── bash_exports
│   ├── bash_options
│   ├── bash_paths
│   ├── bash_profile
│   └── bash_prompt
├── setup.sh
└── testcolor.sh

Customizing

Adding dotfiles (like .zshrc)

After adding any dotfiles in your favorite directory, don't forget modifying setup.sh.

Node packages installation

Add your favorite packages into node/npm.sh.

Homebrew formulae installation

Add your favorite formulae into osx/homebrew/Brewfile.

OS X native app installation with Homebrew cask

Add your favorite applications into osx/homebrew/Caskfile.

About

Make your own dotfiles!

Resources

Stars

10 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages