Skip to content

radiocat/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles


事前にインストールするもの

Vimのcolorスキームを取得する

$ cd ~/.vim
$ mkdir tmp
$ mkdir colors
$ cd colors
$ curl -fsSLO https://raw.githubusercontent.com/w0ng/vim-hybrid/master/colors/hybrid.vim
$ curl -fsSLO https://raw.githubusercontent.com/altercation/vim-colors-solarized/master/colors/solarized.vim

その他

bashの設定

$ echo "test -r ~/.bashrc && . ~/.bashrc" >> ~/.bash_profile

zshの設定

$ cat zsh/zshrc.additional >> ~/.zshrc

↓を参考にテーマの書き換え https://github.com/robbyrussell/oh-my-zsh/wiki/Themes

 ZSH_THEME="gnzh"

.gitconfigについて

.gitconfig.localinclude するので初回は以下をホームディレクトリにコピーして作成する。

$ cp $HOME/dotfiles/.gitconfig.local ~/.gitconfig.local

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published