-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.sh
executable file
·34 lines (26 loc) · 1.21 KB
/
setup.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
32
33
34
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' > /Users/diego/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
brew update && brew upgrade
brew doctor
brew install python python3 fortune cowsay lolcat wget vim cmake ack awscli colordiff postgresql readline s3cmd wget yarn grip fzf go nvm pyenv scala sbt npm kubectl jq ripgrep pipenv
$(brew --prefix)/opt/fzf/install
sudo easy_install pip
python3 -m pip install -U --force-reinstall pip
python -m pip install -U --force-reinstall pip
pip install virtualenvwrapper
rm ~/.bashrc
rm ~/.zshrc
rm ~/.vimrc
ln .bashrc ~/.bashrc
ln .zshrc ~/.zshrc
ln .vimrc ~/.vimrc
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall
wget https://raw.githubusercontent.com/oskarkrawczyk/honukai-iterm-zsh/master/honukai.zsh-theme -P ~/.oh-my-zsh/themes/
cp squirrel.cow /opt/homebrew/Cellar/cowsay/3.04_1/share/cows/
cd ~/.vim/bundle/YouCompleteMe
./install.py --all
cd