From 51e6f7f2f272bb1116aa8087fd401953175f0329 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sat, 17 Aug 2019 13:47:38 +0200 Subject: bashit --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 2d52a05..a253723 100755 --- a/install.sh +++ b/install.sh @@ -5,11 +5,14 @@ # xterm fo default terminal #Configs for home dir -MODULES=(.i3 .vim .xinitrc .compton.conf .bashrc .Xresources .radare2rc) +MODULES=(.i3 .vim .xinitrc .compton.conf .bashrc .Xresources .radare2rc .bash_profile) #Configs for .config CFGFOLDER=(polybar powerline nvim) +#Scripts +SCRIPTS=() + #1: message yes_no() { -- cgit v1.2.3