Skip to content

aaaa0441/ubuntu-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

ubuntu-setup

  1. Install Git sudo apt install git
  2. Install vim sudo apt install vim
  3. Install Zsh
    • apt install zsh
    • chsh -s $(which zsh)
    • Re-log in
  4. Install 'Oh My Zsh'
    • sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
  5. 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
  6. Install Yakuake: sudo apt install yakuake
    • Copy color-scheme files for Yakuake: cp ubuntu-setup/colorscheme/* ~/.kde/share/apps/konsole/
  7. 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"
  8. 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
    

Optional Steps

  1. 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/
  2. Install ASUS WIFI adapter driver: rtl8812AU_8821AU_linux
  3. 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'
  4. Remove guest session
  5. Install Chinese input method

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published