My dotfiles on servers I manage.
 
Go to file
missytake 21d23c8f23 added authorized_keys 2021-03-18 16:25:41 +01:00
dot_ssh added authorized_keys 2021-03-18 16:25:41 +01:00
dot_vim initial commit 2020-07-10 12:13:38 +02:00
private_dot_config initial commit 2020-07-10 12:13:38 +02:00
README.md documented usage 2021-02-09 22:05:04 +01:00
dot_bash_aliases initial commit 2020-07-10 12:13:38 +02:00
dot_profile initial commit 2020-07-10 12:13:38 +02:00
dot_tmux.conf initial commit 2020-07-10 12:13:38 +02:00

README.md

Setup

sudo apt install git tmux
curl -sfL https://git.io/chezmoi | sh  # Install chezmoi
git clone https://git.0x90.space/missytake/chezmoi-server ~/.local/share/chezmoi  # clone the repository
bin/chezmoi diff
bin/chezmoi apply
source ~/.bashrc