-
Notifications
You must be signed in to change notification settings - Fork 0
/
to_do_list.txt
100 lines (50 loc) · 2.09 KB
/
to_do_list.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# Installing ATOM.
cd
mkdir .installs
cd .installs
wget https://atom.io/download/deb
dpkg -i deb
apt-get -y update
#######################################################################
# Installing synergy 1.8.8
wget http://archive.getdeb.net/ubuntu/pool/apps/s/synergy/synergy_1.8.8-1~getdeb1_amd64.deb
dpkg -i synergy_1.8.8-1~getdeb1_amd64.deb
apt-get -f install -y
#######################################################################
# Installing Oh My Zsh
apt-get -y install zsh
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
cd ~/.oh-my-zsh/custom
git clone https://github.com/bhilburn/powerlevel9k.git themes/powerlevel9k
cd -
cp git/Automate-boring-stuff/dotfiles/zshrc ~/.zshrc
# Installing Fonts
cd ~
git clone https://github.com/powerline/fonts
cd fonts
./install.sh
#######################################################################
# cleaning
cd ~
rm -r fonts
#######################################################################
# Need to be installed
apt-get install ubuntu-restricted-extras
#######################################################################
# Disable Chrome annoying keyloging after this command once will be requested.
rm ~/.local/share/keyrings/*
# VIM
activate vim plugins we need to start vim and then type :PluginInstall
#######################################################################
Enter chrome and first time it will aske for key enterence just press enter and second time it will not aske for it.
Go in to vim and type following: :PluginInstall
For ssh do following in terminal: ssh-keygen
Run Two font file inorder to appear cool icones fontawesome-regular.ttf and FontAwesome.otf
Go to Driver settings and apply for normal drivers not generics one.
Changing terminal appearance
Home terminal back ground #28031C #001E6A(Blue)
Cloud 0 terminal background #2F08F9
Laptop terminal backround #17347D
New color #00327D
########################################################################
########################################################################