$ sudo apt-get install aptitude git guake byobu python3-pip zsh htop curl
$ sudo pip3 install rainbowstream
$ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
$ echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
$ sudo apt update && sudo apt install yarn
Install:
$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
$ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
Add completions:
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-completions ${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions
https://github.com/romkatv/powerlevel10k#manual-font-installation
$ git clone https://github.com/rek/devconfig.git && cd devconfig
$ mv .* ~
sudo git clone https://github.com/ahmetb/kubectx /opt/kubectx
sudo ln -s /opt/kubectx/kubectx /usr/local/bin/kubectx
sudo ln -s /opt/kubectx/kubens /usr/local/bin/kubens
sudo vi /usr/share/X11/xkb/symbols/pc
and change:
key <CAPS> { [ acute ] };
key <RCTL> { [ Delete ] };
then apply:
setxkbmap -layout us
Main Window ->
- Placement: turn appear on mouse display off
- Hide on lose focus on
Shell -> default interpreter: zsg
Scrolling -> Scrollback lines: 10000
Appearance -> Built-in schemes: homebrew
Quick open -> command line: code -g %(file_path)s:%(line_number)s
git config --global pager.branch false