diff options
author | Karel Kočí <karel.koci@nic.cz> | 2017-08-15 10:37:49 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2017-08-15 10:37:49 +0200 |
commit | d4177b26ddef38c6773116c34dfa6cb59c368bb9 (patch) | |
tree | ab743db726542ea685d56bb852dca32c5a2f380d /install | |
parent | 629a867c5dff7c50a7cd0803957de4b9bbfae756 (diff) | |
download | myconfigs-d4177b26ddef38c6773116c34dfa6cb59c368bb9.tar.gz myconfigs-d4177b26ddef38c6773116c34dfa6cb59c368bb9.tar.bz2 myconfigs-d4177b26ddef38c6773116c34dfa6cb59c368bb9.zip |
Move some oneliners from scripts to functions
Diffstat (limited to 'install')
-rwxr-xr-x | install | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -89,9 +89,6 @@ if ask "Install desktop (i3..)"; then inst config/i3blocks/ ~/.config/i3blocks inst config/dunst/ ~/.config/dunst inst local/bin/mxrandr ~/.local/bin/ - # Some small Xserver tools - inst local/bin/clip ~/.local/bin/ - inst local/bin/xshot ~/.local/bin/ # Theme inst gtk-2.0/gtkrc ~/.gtkrc-2.0 inst gtk-3.0/ ~/.config/gtk-3.0/ |