/dotfiles

My configuration files.

Primary LanguageShell

dotfiles

Getting Started

Clone the repository and run the playbook:

git clone https://github.com/evansmal/dotfiles.git
ansible-playbook playbook.yml -K

Install the other tools that aren't automated using ansible:

./scripts/google-chrome
./scripts/neovim
./scripts/nvidia-container-toolkit
./scripts/fonts

Once SSH keys are setup you switch to the ssh remote:

git remote set-url git@github.com:evansmal/dotfiles.git

Setting up remote development machine

ansible-playbook -i hosts.yaml work.yaml -u esmal -t <TAGS>