From 630f9e8a6d3115ae7994eaa7f95048e07e5398c7 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Wed, 24 May 2017 17:48:16 +0200 Subject: [PATCH 1/2] Squashed 'i3/' changes from 3b59540..1903b20 1903b20 Add remote setup, add laptop/desktop config 974a497 Config copy, i3 install git-subtree-dir: i3 git-subtree-split: 1903b2030d6be0da85a5759dea4876b4e4274a3d --- link_config.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/link_config.sh b/link_config.sh index d4ce5f3..4e22ac7 100755 --- a/link_config.sh +++ b/link_config.sh @@ -5,9 +5,20 @@ # # Distributed under terms of the MIT license. # +mkdir -p $HOME/.config/i3 +mkdir -p $HOME/.config/polybar + ln -s $PWD/i3config ~/.config/i3/config ln -s $PWD/polybarconfig ~/.config/polybar/config ln -s $PWD/.xinitrc ~/.xinitrc +while true; do + read -p "Is this your laptop? [y/n]" yn + case $yn in + [Yy]* ) break;; + [Nn]* ) exit;; + * ) echo "Please answer yes or no.";; + esac +done sudo ln -s $PWD/auto_monitor.sh /usr/local/bin/auto_monitor.sh sudo ln -s $PWD/switch_monitors.sh /usr/local/bin/switch_monitors.sh sudo ln -s $PWD/98-monitor-hotplug.rules /etc/udev/rules.d/98-monitor-hotplug.rules From 3b443db260eeb0a2bf4f454bd400218f9f7483ca Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Wed, 24 May 2017 17:48:20 +0200 Subject: [PATCH 2/2] Squashed 'zsh/' changes from 2c781a1..c5a5e96 c5a5e96 Config copy, i3 install git-subtree-dir: zsh git-subtree-split: c5a5e96260b46c32405229679110fb211f2d1fe4 --- ...onfig.zsh.arch.example => .virtual_env_config.zsh_arch.example | 0 ...g.zsh.debian.example => .virtual_env_config.zsh_debian.example | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .virtual_env_config.zsh.arch.example => .virtual_env_config.zsh_arch.example (100%) rename .virtual_env_config.zsh.debian.example => .virtual_env_config.zsh_debian.example (100%) diff --git a/.virtual_env_config.zsh.arch.example b/.virtual_env_config.zsh_arch.example similarity index 100% rename from .virtual_env_config.zsh.arch.example rename to .virtual_env_config.zsh_arch.example diff --git a/.virtual_env_config.zsh.debian.example b/.virtual_env_config.zsh_debian.example similarity index 100% rename from .virtual_env_config.zsh.debian.example rename to .virtual_env_config.zsh_debian.example