dotfiles
dotfiles copied to clipboard
My system dotfiles and other tools
Dotfiles
my opinionated dotfiles
Overview
- Arch Linux
- X11
- i3 with no compositor
- Additional packages in toolbox containers.
Requirements
- ansible
Get started
Cloning
$ git clone https://github.com/mstcl/dotfiles
$ cd dotfiles
Configuration
Read through what's available to configure in host_vars/localhost.yml and
edit it.
Installation
$ ansible-playbook main.yml --diff --ask-become-pass
External modules
There are a few external Ansible modules to complete the installation.
zsh
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
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.