-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathos-dependencies.txt
40 lines (25 loc) · 1.03 KB
/
os-dependencies.txt
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
Shougo/deoplete.nvim needs python3:
pip3 install neovim
test: :echo has("python3") returns 1
pip install autoenv
pip install virtualenvwrapper
# instal nvm:
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
#donwload and install patched font
https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/DroidSansMono/complete
#OSX pre-requisities
#install brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
#install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
#install byobu
brew install byobu
#install node
brew install node
# instal nvm:
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
#donwload and install patched font
https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/DroidSansMono/complete
reboot
# FIX Java path after install jre8:
export JAVA_HOME="/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home"