My dotfiles repository. Run install.sh to setup the environment for a codespace.
The Dockerfile is for generating a docker image that can be used for most development activities. Just volume mount local repo folder into the
container and use Containers extension in Visual Studio Code for a seamless dev experience.
docker build -t devtainer:0.1 - < Dockerfile
Install custom tools under $HOME/Tools
- tmux
- tpm
- powerlevel10k
- forgit
- fzf
- fzf-git
- ripgrep
- fd
- lsd
- bat
- zsh-syntax-highlighting
- jq
- nvim
- btop
- kubectx
- awscli
- pbcopy
- xsel