- (under 18.04) amazon app4
- games (like sudoku...)
sudo apt update
sudo apt dist-upgrade && sudo apt autoremove && sudo apt autocleansudo apt install ubuntu-restricted-extrassudo apt install zsh htop terminator gnome-tweak-tool chrome-gnome-shell -y
# if you are programmer, probably need this
sudo apt install git git-gui gitg vim meld curl -y
# if you are korean, probably need this
sudo apt install fcitx-hangul fonts-nanum-coding -y- open language support
- fallow instructions
- (if you are korean) change input method to fcitx
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
sed -i 's/ZSH_THEME="robbyrussell"/ZSH_THEME="agnoster"/g' .zshrc
using dejavu
git clone --filter=blob:none --sparse git@github.com:ryanoasis/nerd-fonts
cd nerd-fonts
git sparse-checkout add patched-fonts/DejaVuSansMono
./install.sh DejaVuSansMono
cd ..
rm nerd-fonts -rfgit clone https://github.com/powerline/fonts.git --depth=1
# install
cd fonts
./install.sh
# clean-up a bit
cd ..
rm -rf fontssudo add-apt-repository ppa:numix/ppa
sudo apt-get install numix-gtk-theme numix-icon-theme-circle -yand then, change theme on gnome-tweak-tools
install gnome extensions (https://extensions.gnome.org/)
- Workspace Grid (if you are using ubuntu 20.04 you may need to use Workspace Matrix instead)
- gTile
- system monitor by Cerin
- (optional) Suspend Button by laser_b
- (optional) OpenWeather by jens
- open gnome-tweak-tools
- change monospace font to
DejaVu Sans Mono for Powerline Book - configure your extenstions
- set super+e to
nautilus -w
- reboot
- open fcitx config
- add keyboard layout Hangul
- (optional) if you want, change shortcut for changing keyboard layout
git config --global core.editor vim
git config --global user.name "YOUR NAME"
git config --global user.email "YOUR@EMAIL.ADD"
https://docs.docker.com/install/linux/docker-ce/ubuntu
- fallow instruction on https://github.com/nvm-sh/nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bashand than, add below into end of .zshrc
# nvm
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completioncurl https://sh.rustup.rs -sSf | shand update .zshrc file by following instructions
- discord
- gimp
- inkscape
- editors
- vscode
- atom
- sublime
- postman
- telegram
sudo snap install telegram-desktop
sudo add-apt-repository ppa:linuxuprising/shutter && sudo apt install shutter -y
configure keyboard shortcut for shutter
- shutter save screenshot active window
- command: shutter -w
- recommand key: alt + print
- shutter save screenshot selected area
- command: shutter -s
- recommand key: shift + print