Skip to content

Latest commit

 

History

52 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configs

Various .rc files

Requirements

Set up

Zsh

echo "ZSH_CUSTOM=`pwd`/zsh" | cat - ~/.zshrc > .zshrc-tmp && mv .zshrc-tmp ~/.zshrc && \
. ~/.zshrc

Git

mkdir -p ~/.config/git && \
ln -sf `pwd`/.gitconfig ~/.config/git/config && \
touch ~/.gitconfig

Vim

ln -sf `pwd`/.vimrc ~/.vimrc

Sublime Text

rm -rf ~/Library/Application\ Support/Sublime\ Text/Packages/User && \
ln -sf `pwd`/sublime ~/Library/Application\ Support/Sublime\ Text/Packages/User

iTerm2

Import profile ./iterm/profile.json and key bindings ./iterm/bindings.itermkeymap

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages