This repository currently holds two different things:
- the configuration of my personal dotfiles setup
- the source code for a general purpose dotfiles management tool written in Go.
You can use the the dotfile tool yourself to manage your setup. See the
config.toml
on how to use it.
Get the tool by either running it with go
go run github.com/jan-xyz/dotfiles install
or by downloading the pre-compiled binary
export version=0.3.3
curl -L https://github.com/jan-xyz/Dotfiles/releases/download/v${version}/dotfiles-Darwin-x86_64.gz | gzip -N -d > dotfiles-${version}
chmod +x ./dotfiles-${version}
./dotfiles-${version} install
- neovim
- zsh
- iterm2
- vscode
- homebrew
- mac app store
- system preferences
./install.sh