My dotfiles on servers I manage.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
missytake 3b0e17b8c3
added apt update
2 years ago
dot_ssh added authorized_keys 2 years ago
dot_vim initial commit 3 years ago
private_dot_config initial commit 3 years ago
README.md added apt update 2 years ago
dot_bash_aliases initial commit 3 years ago
dot_profile initial commit 3 years ago
dot_tmux.conf initial commit 3 years ago

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