-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinstructions.txt
38 lines (34 loc) · 945 Bytes
/
instructions.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
chrome
firefox
ssh keys
archive manager
gnome tweaks
hp printer driver
slack
vlc
zoom
wireguard
sudo apt-get update
sudo apt-get install git curl vim-gnome screen tree exuberant-ctags
git clone [email protected]:sougou/linuxhome.git
./linuxhome/install_symlinks
mkdir ~/dev
Relogin
Install Go
Terminator & config: ~/.config/terminator/config
Disable F1 key
Vim addons:
pathogen https://github.com/tpope/vim-pathogen
vim-go, gist fixes for vim-go and goimports https://github.com/fatih/vim-go
Install YouCompleteMe (remember submodules: https://github.com/Valloric/YouCompleteMe#full-installation-guide)
https://github.com/vim-scripts/Tagbar
https://github.com/AndrewRadev/splitjoin.vim
https://github.com/SirVer/ultisnips
MySQL, create anonymous user
create user ''@'localhost' identified by '';
Install client-dev libraries
Disable and uninstall apparmor
docker, add user to docker group
sudo usermod -aG docker $USER
Reboot
Install Vitess