-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup
42 lines (29 loc) · 1.06 KB
/
setup
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
32
33
34
35
36
37
38
39
40
41
# install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# key repeat speed
defaults write -g InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms)
defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)
## requires restart
# install git
brew install git
ssh-keygen -t ed25519 -C "your_email@example.com"
pbcopy < ~/.ssh/id_ed25519.pub
## Add key to github.com
brew install neovim
git clone git@github.com:bryanmytko/dot_files.git
mkdir ~/.config
mkdir ~/.config/nvim
# Clone dot_files
ln -s .vimrc ~/.config/nvim/init.vim
# install vim plug
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
brew install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# .zshrc -> alias vim="nvim"
# vim :PlugInstall
brew install tmux
ln -s .tmux.conf ~/.tmux.conf
# Terminal tomorrow night theme, menlo 14
install rvm
gem install solargraph