-
Notifications
You must be signed in to change notification settings - Fork 0
omerzach/config
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
git config --global user.name "Omer Zach" git config --global user.email [email protected] curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin ln -sv ~/code/config/.bash_profile ~ ln -sv ~/code/config/.zshenv ~ ln -sv ~/code/config/.vimrc ~ ln -sv ~/code/config/kitty.conf ~/.config/kitty/kitty.conf ln -sv ~/code/config/.gitignore_global ~ && git config --global core.excludesfile ~/.gitignore_global ln -sv ~/code/config/.ocamlinit ~ curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-completion.bash mkdir -p ~/.vim/autoload ~/.vim/bundle && curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim # Configure keyboard settings defaults write -g KeyRepeat -int 1 defaults write -g InitialKeyRepeat -int 10 defaults write -g ApplePressAndHoldEnabled -bool false git clone git://github.com/scmbreeze/scm_breeze.git ~/.scm_breeze ~/.scm_breeze/install.sh Resolve zsh issues with compaudit using one of these tricks: - zsh-users/zsh-completions#433 (comment) - https://stackoverflow.com/a/13785716
About
Configuration files
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published