From 09b33a14a1340c1ff59e1f43e460f29651aaf157 Mon Sep 17 00:00:00 2001 From: Jan Jastrow Date: Fri, 2 Sep 2022 20:00:21 +0200 Subject: [PATCH] Create this-machine folder --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 1ccecf1..2fa1449 100755 --- a/install.sh +++ b/install.sh @@ -7,6 +7,7 @@ fi rm ~/.zshrc ln -s ~/.dotfiles/zshrc ~/.zshrc ln -s ~/.dotfiles/tmux/tmux.conf ~/.tmux.conf +mkdir ~/.dotfiles/this-machine touch ~/.dotfiles/this-machine/zsh touch ~/.dotfiles/this-machine/tmux.conf sudo chsh -s $(which zsh) $USER