From d2105598ea7b7abce2f9c2fc7f5192a57e8cdf8a Mon Sep 17 00:00:00 2001 From: Jan Jastrow Date: Fri, 2 Sep 2022 19:54:52 +0200 Subject: [PATCH] Change from device-specific to this-machine folder --- .gitignore | 3 ++- install.sh | 3 ++- zshrc | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 155fd9f..800f2bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .DS_Store zsh/history -zsh/device-specific \ No newline at end of file +this-machine/zsh +this-machine/tmux.conf diff --git a/install.sh b/install.sh index 3d29697..1ccecf1 100755 --- a/install.sh +++ b/install.sh @@ -7,7 +7,8 @@ fi rm ~/.zshrc ln -s ~/.dotfiles/zshrc ~/.zshrc ln -s ~/.dotfiles/tmux/tmux.conf ~/.tmux.conf -touch ~/.dotfiles/zsh/device-specific +touch ~/.dotfiles/this-machine/zsh +touch ~/.dotfiles/this-machine/tmux.conf sudo chsh -s $(which zsh) $USER # If private repo is available, add ssh config + hosts diff --git a/zshrc b/zshrc index 36182f2..1e8810a 100644 --- a/zshrc +++ b/zshrc @@ -46,7 +46,7 @@ source $HOME/.dotfiles/zsh/alias source $HOME/.dotfiles/zsh/bindings source $HOME/.dotfiles/zsh/scripts source $HOME/.dotfiles/zsh/ffmpeg -source $HOME/.dotfiles/zsh/device-specific +source $HOME/.dotfiles/this-machine/zsh # Prompt design prompt="%F{$prompt_color2}%K{$prompt_color1} ▓▒░%F%B%n@%m%b%F{$prompt_color1}%K{$prompt_color2}█▓▒░%F{#ffffff}%K{$prompt_color2}%B %D{%Y-%m-%d} %D{%k:%M:%S}