-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstart.sh
executable file
·53 lines (43 loc) · 1.55 KB
/
start.sh
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
#!/bin/bash
sudo apt-get install -y vim tmux zsh ranger
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
cp .zshrc ~/
cp .vimrc ~/
cp newtmux.conf ~/.tmux.conf
cp rc.conf ~/.config/ranger/rc.conf
sudo apt-get install neovim
sudo apt install python3-pip
pip3 install neovim
mkdir ~/.config/nvim
cp ./init.vim ~/.config/nvim/
sudo apt-get install -y build-essential cmake nodejs npm ctags
sudo apt-get install -y python-dev python3-dev
cd ~/.vim/plugged/YouCompleteMe/; ./install.py --clang-completer --js-completer
# add user to sudo
sudo sh -c "echo \"$USER ALL=(ALL) NOPASSWD:ALL\" > /etc/sudoers.d/90-cloudimg-ubuntu"
# for firefox tablet
# env MOZ_USE_XINPUT2=1 firefox
#
# You can make this permanent by modifying the launcher using the following:
#
# sudo sed -i "s|Exec=|Exec=env MOZ_USE_XINPUT2=1 |g" /usr/share/applications/firefox.desktop
#
# To undo this change, use:
#
# sudo sed -i "s|Exec=env MOZ_USE_XINPUT2=1 |Exec=|g" /usr/share/applications/firefox.desktop
mkdir ~/.local/share/upterm
wget https://github.com/railsware/upterm/releases/download/v0.4.3/upterm-0.4.3-x86_64-linux.AppImage -O ~/.local/share/upterm/
.local/share/applications
echo = [Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=Postman
Icon=postman.png
Path=/home/[your username]/Postman
Exec=/home/[your username]/Postman/Postman
StartupNotify=false
StartupWMClass=Postman
OnlyShowIn=Unity;GNOME;
X-UnityGenerated=true