668 B
668 B
jim-fx's Dotfiles
Features
- ZSH + oh-my-zsh + p10k
- asdf version manager
- pre-configured neovim
- 1 line installation
Installation
Unsupervised
sh -c "$(curl -L setup.jim-fx.com)"
Manual
git clone git@github.com:jim-fx/.dotfiles.git ~/.dotfiles
chmod +x ~/.dotfiles/setup.sh
~/.dotfiles/setup.sh
Testing
If you want to test the script before you can run the provided docker image.
docker build . -t jim-fx/dotfiles
docker run -it jim-fx/dotfiles