Go to file
2021-07-14 19:13:16 +02:00
completions feat: add autocomplete to fx command 2021-07-04 15:54:39 +02:00
configs chore: cleanup .zshrc, remove old loads 2021-07-14 19:13:16 +02:00
helpers feat: manage versions with asdf 2021-06-22 13:05:12 +02:00
install fix: quitting install vim plugins 2021-06-22 13:07:02 +02:00
Dockerfile feat: manage versions with asdf 2021-06-22 13:05:12 +02:00
install.sh feat: manage versions with asdf 2021-06-22 13:05:12 +02:00
README.md feat: add readme 2021-07-04 16:17:22 +02:00
setup.sh feat: manage versions with asdf 2021-06-22 13:05:12 +02:00

jim-fx's Dotfiles

Features

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