-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
19 lines (18 loc) · 693 Bytes
/
Makefile
File metadata and controls
19 lines (18 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
initial-setup-mac:
cp vimrc ~/.vimrc
cp zsh_plugins.txt ~/.zsh_plugins.txt
brew install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
brew doctor
cat zshrc>> ~/.zshrc
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
antibody bundle < ~/.zsh_plugins.txt
brew install rbenv
brew tap homebrew/cask-fonts
brew cask install font-fira-code
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
source ~/.zshrc
nvm install 12.10.0
copy:
cp ~/.tmux.conf ~/workspace/dotfiles/tmux/tmux.conf
cp ~/.zshrc ~/workspace/dotfiles/zshrc