Giter VIP home page Giter VIP logo

ubuntu-setup's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.