- (under 18.04) amazon app4
- games (like sudoku...)
sudo apt update
sudo apt dist-upgrade && sudo apt autoremove && sudo apt autoclean
sudo apt install ubuntu-restricted-extras
sudo 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 [email protected]:ryanoasis/nerd-fonts
cd nerd-fonts
git sparse-checkout add patched-fonts/DejaVuSansMono
./install.sh DejaVuSansMono
cd ..
rm nerd-fonts -rf
git clone https://github.com/powerline/fonts.git --depth=1
# install
cd fonts
./install.sh
# clean-up a bit
cd ..
rm -rf fonts
sudo add-apt-repository ppa:numix/ppa
sudo apt-get install numix-gtk-theme numix-icon-theme-circle -y
and 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 "[email protected]"
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 | bash
and 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_completion
curl https://sh.rustup.rs -sSf | sh
and 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