xantrix / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Requirements

Optional requirements

Arch Linux Setup

pacman -S git stow zsh zsh-theme-powerlevel10k fzf kitty
yay visual-studio-code-bin
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Install

bash <(curl -fsSL https://raw.githubusercontent.com/xantrix/dotfiles/master/install.sh)

cherry picking installation

git clone repo in ${HOME}/.dotfiles cd ${HOME}/.dotfiles stow {config-dir} this will create config files from {HOME}

Keyboard shortcuts

zsh + plugins

https://gist.github.com/acamino/2bc8df5e2ed0f99ddbe7a6fddb7773a6 Ctrl+R global history Ctrl+G per-dir history Ctrl+U clear line CTRL+L clear screen CTRL + A — Move to the beginning of the line CTRL + E — Move to the end of the line CTRL + [left arrow] — Move one word backward (on some systems this is ALT + B) CTRL + [right arrow] — Move one word forward (on some systems this is ALT + F) CTRL + K — Clear the characters on the line after the current cursor position

Kitty

https://sw.kovidgoyal.net/kitty/conf.html

Tmux

https://tmuxcheatsheet.com/ https://gist.github.com/MohamedAlaa/2961058

Vim

https://vim.rtorr.com/

About


Languages

Language:Shell 53.6%Language:Vim Script 46.4%