-
Notifications
You must be signed in to change notification settings - Fork 0
/
init.sh
32 lines (24 loc) · 839 Bytes
/
init.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
ls -al ~/
mkdir -p ~/.config/nvim/
unlink ~/.bashrc
unlink ~/.zshrc
unlink ~/.tmux.conf
unlink ~/.vim
unlink ~/.vimrc
unlink ~/.gitconfig
unlink ~/.gvimrc
unlink ~/.inputrc
unlink ~/.config/nvim/init.vim
ln -sf ~/dotfiles/bashrc ~/.bashrc
ln -sf ~/dotfiles/zshrc ~/.zshrc
ln -sf ~/dotfiles/tmux.conf ~/.tmux.conf
ln -sf ~/dotfiles/vim ~/.vim
ln -sf ~/dotfiles/vimrc ~/.vimrc
ln -sf ~/dotfiles/vimrc ~/.config/nvim/init.vim
ln -sf ~/dotfiles/gitconfig ~/.gitconfig
ln -sf ~/dotfiles/gvimrc ~/.gvimrc
ln -sf ~/dotfiles/inputrc ~/.inputrc
ls -al ~/
# sudo ln -s /usr/local/share/git-core/contrib/diff-highlight/diff-highlight /usr/local/bin
defaults write -g InitialKeyRepeat -int 12 # normal minimum is 15 (225 ms)
defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)