Organised by module, stow powered dockerfiles for zsh, vim, macOs and Linux, etc.
Explore dotfiles from within an isolated container without installing anything other then Docker:
docker run --rm -it ghcr.io/tsertkov/dotfiles:master
- stow
- vim
- zsh
- curl
Run make homebrew-required
to install required packages on macOS with Homebrew.
Clone dotfiles repo and run make install
to install symlinks, vim plugins, etc.
git clone --depth 1 https://github.com/tsertkov/dotfiles.git ~/dotfiles
make -C ~/dotfiles install
make homebrew-required
- install required packages on macOSmake install
- install dotfilesmake uninstall
- uninstall dotfilesmake homebrew-essentials
- install essential packages on macOSmake homebrew-extra
- install extra packages on macOS