Skip to content

myohei/dotfiles-starter-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published