My dotfiles on servers I manage.
 
Go to file
missytake 3d199154aa removed old SSH keys 2023-09-01 14:26:40 +02:00
dot_ssh removed old SSH keys 2023-09-01 14:26:40 +02: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 updated setup instructions 2023-09-01 14:26:19 +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
cd ~/.local
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 ~/.bash_profile