ymkjp / dotfiles

.bashrc, .vimrc, .gitconfg, ...etc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Build Status

Supported OS and Dependencies

  • Mac OSX
  • Debian GNU/Linux, Ubuntu, CentOS

Usage

git clone https://github.com/ymkjp/dotfiles.git ${HOME}
bash ${HOME}/dotfiles/setup.sh

# [Mac] Reboot to apply OS settings
shutdown -r now "Rebooting for $0"

Backup:

sudo bash ./script/backup.bash start
sudo bash ./script/backup.bash stop

Local settings

Set up local settings for your own

  • .zshrc.local
  • .gitconfig.local
[user]
    name  = YOUR_NAME
    email = example@example.com

Install optional packages:

rbenv exec bundle install

About

.bashrc, .vimrc, .gitconfg, ...etc

License:MIT License


Languages

Language:Shell 49.9%Language:Vim Script 47.4%Language:Python 2.6%Language:Ruby 0.1%