Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 742 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 742 Bytes

Basic setup

Install sdkman

curl -s "https://get.sdkman.io" | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"

Install basic tools, setup zsh...

sh -c "$(curl  https://raw.githubusercontent.com/kair8m/dotfiles/main/setup_linux.sh)"

dotfiles

configuration files for different tools

required tools

https://github.com/romkatv/powerlevel10k
https://sdkman.io/
https://github.com/prompt-toolkit/ptpython # Cool python interpreter
https://github.com/dandavison/delta # Makes git diff fancy

Useful shell aliases

fdiff - shows git diff in fancy IDE-like way (just try it and see:))
md-preview - preview markdown files
vimfzf - open fzf search with preview window and select the file to open in editor