From bdd70713370ffbd1810e2a8ae1736e9fe6eb3251 Mon Sep 17 00:00:00 2001 From: "David Todd (c0de)" Date: Thu, 18 Oct 2018 13:12:15 -0500 Subject: [PATCH] add compton config to installer --- install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index d6fa75d..a0d9d27 100755 --- a/install.sh +++ b/install.sh @@ -37,10 +37,7 @@ function symlink() { ln -sf $src $dest } -echo "Please ensure that the following packages are installed and available in your PATH before proceeding:" -echo "tmux, vim, zsh, curl, git" - -read -p "Press enter to continue. " WAIT_FOR_INPUT +read -p "Press enter to install my dotfiles " WAIT_FOR_INPUT if ! which git >>/dev/null ; then echo "Error: git is not installed" @@ -95,6 +92,7 @@ mkdir -p $HOME/.i3 symlink $basedir/i3/config $HOME/.config/i3/config symlink $basedir/i3/i3blocks.conf $HOME/.i3/i3blocks.conf symlink $basedir/i3/wallpaper.sh $Home/.i3/wallpaper.sh +symlink $basedir/i3/compton.conf $HOME/.compton.conf if [ -e "$postinst" ]; then echo "Running post install..."