diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-06-03 15:17:22 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-06-03 15:17:22 +0200 |
commit | 873442815ad9030dbf9694dbdd1a23685317f74b (patch) | |
tree | d4ff6cfa298b6d939f12a13b7fa4a4b4f4d5d595 /install.sh | |
parent | ef2a02441f66362e522a25ec85015baf1fc481a1 (diff) | |
download | dotfiles-873442815ad9030dbf9694dbdd1a23685317f74b.tar.gz |
Some stuff
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,13 +3,12 @@ # Programs: # compton: Compositor # xterm fo default terminal -# transset-df for xterm transparency #Configs for home dir MODULES=(.i3 .vim .xinitrc .compton.conf .bashrc .Xresources) #Configs for .config -CFGFOLDER=(polybar powerline) +CFGFOLDER=(polybar powerline nvim) echo Configs to install: ${MODULES[@]} ${CFGFOLDER[@]} |