From 986593e3ab59ade7fc520cb65c9460350c46623d Mon Sep 17 00:00:00 2001 From: jan Date: Thu, 10 Feb 2022 20:16:45 +0100 Subject: [PATCH] Added gitignore (don't backup history) --- .gitignore | 3 +++ install.sh | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..155fd9f --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.DS_Store +zsh/history +zsh/device-specific \ No newline at end of file diff --git a/install.sh b/install.sh index 0492575..7614685 100755 --- a/install.sh +++ b/install.sh @@ -2,7 +2,6 @@ rm ~/.zshrc ln -s ~/.dotfiles/zshrc ~/.zshrc -touch ~/.dotfiles/credentials touch ~/.dotfiles/zsh/device-specific sudo chsh -s $(which zsh) $USER echo "Include ~/.dotfiles/ssh/hosts" >> ~/.ssh/config