Cleanup from reset after mac setup
This commit is contained in:
parent
bf26003ab3
commit
00c41d7552
4 changed files with 27 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -15,6 +15,11 @@ javascript: nodenv-base nodenv-build
|
|||
linux:
|
||||
sudo apt-get install direnv fzf silversearcher-ag stow tmux vim zsh
|
||||
|
||||
mac:
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
sudo mv /etc/{zprofile,zprofile.old}
|
||||
brew install coreutils direnv fzf git stow the_silver_searcher tmux vim zsh
|
||||
|
||||
ruby: rbenv-base rbenv-build
|
||||
|
||||
vim:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue