My dotfiles.
Run this:
git clone https://github.com/Andrew8xx8/dotfiles.git ~/.dotfiles
cd ~/.dotfilesIf you have docker && docker compose run after:
docker-compose run --rm dotfiles bash
cd /dotfiles/.dotfiles
PWD=/dotfiles/.dotfiles rake install[YOUR_GIT_EMAIL,YOUR_GIT_NAME]If you do not:
docker-compose run --rm dotfiles bash
cd ~/.dotfiles
PWD=~/.dotfiles rake install[YOUR_GIT_EMAIL,YOUR_GIT_NAME]This will symlink the appropriate files in .dotfiles to your home
directory. Everything is configured and tweaked within ~/.dotfiles.
These dotfiles forked from akalyaev dotfiles that heavily inspired by holman does dotfiles.