My dotfiles on servers I manage.
 
Go to file
missytake 3b0e17b8c3 added apt update 2021-08-11 18:43:17 +02: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 added apt update 2021-08-11 18:43:17 +02: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 update
sudo apt install -y git tmux curl
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