(Slightly riced) Kitty image to work for Kasm Workspaces.
Clone an existing workspace and change the configuration for the following :
-
Friendly Name :
Kitty
-
Description :
Kitty is a fast, featureful, GPU based terminal emulator.
-
Thumbnail URL :
-
Docker Image :
savati/kasm-kitty:latest
-
Docker Registry :
Change the other settings to suit your needs.
┌─ ● Kitty ───────────────────────────────────────
└──┬─ New window ➔ ctrl + enter
├─ Move focus ➔ ctrl + arrows
├─ Close window ➔ ctrl + shift + X
├─ Cycle layouts ➔ ctrl + shift + L
├─ Resize window ➔ ctrl + shift + R
├─ Move window ➔ ctrl + shift + Arrows
└─ Font Size ➔ ctrl + shift + num.+/-
alias cd..='cd ..'
alias pdw='pwd'
alias df='df -h'
alias ..='cd ..'
alias c='clear'
alias rel='source ~/.bashrc'
alias kconf='vim ~/.config/kitty/kitty.conf'
alias matrix='cmatrix'
alias clock='tty-clock -c -f ""'
#list alias ls='ls --color=auto' alias la='ls -a' alias ll='ls -alFh' alias l='ls' alias l.="ls -A | egrep '^.'"