Skip to content

shuji-koike/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

https://dotfiles.github.io/

clone!

git clone [email protected]:shuji-koike/dotfiles.git ~/.dotfiles

link!

ln -sf .dotfiles/zsh .zsh
ln -sf .zsh/.zshrc
ln -sf .dotfiles/git/.gitconfig
ln -sf .dotfiles/git/.gitignore
ln -sf .dotfiles/git/.tigrc
ln -sf .dotfiles/screen/.screenrc
ln -sf .dotfiles/vim/.vimrc

touch .zshrc.local

chmod 600 .zshrc .zshrc.local .zsh-history

# sudo chsh -s /bin/zsh $(whoami)

that's it!

:trollface:

want more?

brew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

# brew bundle
# brew bundle dump --file=/tmp/Brewfile && ksdiff /tmp/Brewfile ~/.dotfiles/Brewfile

ssh

ssh-add -K ~/.ssh/id_rsa

atom

ln -sf .dotfiles/atom .atom
apm stars --install

vscode

cd ~/Library/Application\ Support/Code/User
ln -sf ~/.dotfiles/vscode/settings.json
ln -sf ~/.dotfiles/vscode/keybindings.json
ln -sf ~/.dotfiles/vscode/snippets

hyper

ln -sf .dotfiles/.hyper.js

About

My dotfiles and util scripts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 67.1%
  • JavaScript 21.0%
  • Ruby 6.8%
  • Less 3.4%
  • CoffeeScript 1.7%