my opinionated dotfiles
- Arch Linux
- X11
- i3 with no compositor
- Additional packages in toolbox containers.
- ansible
$ git clone https://github.com/mstcl/dotfiles
$ cd dotfiles
Read through what's available to configure in host_vars/localhost.yml
and
edit it.
$ ansible-playbook main.yml --diff --ask-become-pass
There are a few external Ansible modules to complete the installation.
zsh installation is found on another separate repo:
$ git clone https://github.com/mstcl/zsh
$ cd zsh
Read the README.md
and proceed from there.
neovim installation is found on another separate repo:
$ git clone https://github.com/mstcl/nvim
$ cd nvim
Read the README.md
and proceed from there.