- Install Git
sudo apt install git
- Install vim
sudo apt install vim
- Install Zsh
apt install zsh
chsh -s $(which zsh)
- Re-log in
- Install 'Oh My Zsh'
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
- Install 'Material Shell'
git clone https://github.com/carloscuesta/materialshell.git
cp materialshell/zsh/materialshell.zsh-theme ~/.oh-my-zsh/themes/
- Modify .zshrc to enable the theme with ZSH_THEME="materialshell".
- Restart terminal
- Install Yakuake:
sudo apt install yakuake
- Copy color-scheme files for Yakuake:
cp ubuntu-setup/colorscheme/* ~/.kde/share/apps/konsole/
- Copy color-scheme files for Yakuake:
- Install Linuxbrew
- Install dependencies
sudo apt-get install build-essential curl file git python-setuptools ruby
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install)"
PATH="/home/linuxbrew/.linuxbrew/bin:$PATH"
- Install dependencies
- Souce startup files correctly:
- Add '.env_vars'
# Linuxbrew export PATH="/home/linuxbrew/.linuxbrew/bin:$PATH" export MANPATH="/home/linuxbrew/.linuxbrew/share/man:$MANPATH" export INFOPATH="/home/linuxbrew/.linuxbrew/share/info:$INFOPATH"
- Add to end of '~/.profile':
# Set additional environment variables # Ref: http://dghubble.com/blog/posts/.bashprofile-.profile-and-.bashrc-conventions/ source $HOME/.env_vars
- Install graphic card driver: http://www.webupd8.org/2016/06/how-to-install-latest-nvidia-drivers-in.html
- PPA:
https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa/
- PPA:
- Install ASUS WIFI adapter driver: rtl8812AU_8821AU_linux
- Disable specific WIFI adapter (Ref: Ask Ubuntu)
- Find out driver name:
lspci -nnk | grep -iA2 net
- Add
blacklist <driver-name>
to '/etc/modprobe.d/blacklist.conf'
- Find out driver name:
- Remove guest session
- Install Chinese input method