-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathubuntu-install
34 lines (31 loc) · 1 KB
/
ubuntu-install
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
#Change to clarkson mirror
# Install nvidia additional driver
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install remmina ipython emacs24 screen git python-dev python-pip icedtea-* ipython
mkdir -p ~/src/git
cd ~
wget https://raw.githubusercontent.com/lathrop-navisite/dotfiles/start/.emacs
wget https://raw.githubusercontent.com/lathrop-navisite/dotfiles/start/.screenrc
#Generate ssh key and upload to github
mkdir -p ~/.ssh
cd ~/.ssh
ssh-keygen -t rsa
cat github.pub
#emacs installation
mkdir ~/.emacs.d/{packages,vendor}
cd ~/.emacs.d/vendor
git clone https://gitlab.com/python-mode-devs/python-mode.git
cd python-mode
make check
sudo make install
cd ~/.emacs.d/vendor
git clone https://github.com/python-rope/ropemacs.git
cd ropemacs/
sudo python setup.py install
cd ~/.emacs.d/packages
wget https://www.emacswiki.org/emacs/download/fill-column-indicator.el
sudo apt-get install python-rope
sudo pip install ropemacs rope
cd ~/.emacs.d/packages
git clone --recursive https://github.com/capitaomorte/yasnippet