-
Notifications
You must be signed in to change notification settings - Fork 0
/
mysetup
31 lines (26 loc) · 912 Bytes
/
mysetup
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
#!/bin/sh
sudo -l
apt-get update
# chrome
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
dpkg -i google-chrome-stable_current_amd64.deb
# lantern VPN
wget https://raw.githubusercontent.com/getlantern/lantern-binaries/master/lantern-installer-beta-64-bit.deb
dpkg -i lantern-installer-beta-64-bit.deb
#multi-terminal
sudo apt-get -y install terminator
#nautilus-open-terminal
sudo apt-get -y install nautilus-open-terminal
#wine
sudo add-apt-repository -y ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install -y wine1.7
#timeShift
sudo apt-add-repository -y ppa:teejee2008/ppa
sudo apt-get install timeshift
#hand set
#PS1='\[\033[1;31;1m\]\u@\h:\[\033[1;32;1m\]\w\[\033[1;33;1m\]\$\[\033[1;37;1m\]' in ~/.bashrc
#font set Ubuntu Mono 10 in ubuntu Tweak and teminor
#update GPU
#download xx-net
#https://github.com/XX-net/XX-Net/blob/master/code/default/download.md