From c9f49db3c21bfc380d1ed9046794ba3c97600cc8 Mon Sep 17 00:00:00 2001 From: cyteen Date: Wed, 17 Jun 2020 15:23:47 +0100 Subject: [PATCH] Minor tweaks. --- 010_apt-get.sh | 2 ++ 020_rox-filer.sh | 19 ++++++++++++++++--- 020_themes.sh | 11 +++++++++++ 020_zsh_quickstart.sh | 3 +++ 4 files changed, 32 insertions(+), 3 deletions(-) diff --git a/010_apt-get.sh b/010_apt-get.sh index f68baa2..33b6c05 100755 --- a/010_apt-get.sh +++ b/010_apt-get.sh @@ -28,8 +28,10 @@ apt install -y inxi apt --force-yes install -y xmlstarlet apt install -y hexedit #apt install -y wicd-curses +apt install -y smem smemcap smemstat apt install -y htop apt install -y iotop +apt install -y inotify-tools apt install -y sysstat apt install -y mpv apt install -y netcat diff --git a/020_rox-filer.sh b/020_rox-filer.sh index 32b59e7..f14ea5c 100755 --- a/020_rox-filer.sh +++ b/020_rox-filer.sh @@ -1,12 +1,12 @@ #!/usr/bin/env bash # ROX-Filer settings -apt install -y rox-filer -apt install -y xmlstarlet +sudo apt install -y rox-filer +sudo apt install -y xmlstarlet # Make changes to Options, menus2 using xmlstarlet at the bottom of this script. DEST=${1:-/etc/skel} -ROXFILER_HOME=${DEST}/.config/rox.sourceforce.net +ROXFILER_HOME=${DEST}/.config/rox.sourceforge.net MIMETYPES=${ROXFILER_HOME}/MIME-types mkdir -p ${ROXFILER_HOME}/ROX-Filer/ mkdir -p ${MIMETYPES} @@ -126,6 +126,19 @@ cat > ${ROXFILER_HOME}/ROX-Filer/Bookmarks.xml <<'EOF' EOF +# Navy Blue +# Black +# Black +# Black +# Black +# Charcoal +# Grey +# White +# Green +# Green +# Magenta +# Magenta +# Red cat > ${ROXFILER_HOME}/ROX-Filer/Options <<'EOF' diff --git a/020_themes.sh b/020_themes.sh index 764e3e0..ff63fdf 100755 --- a/020_themes.sh +++ b/020_themes.sh @@ -13,3 +13,14 @@ cd stylish-gtk-theme dbus-launch --exit-with-session gsettings set org.gnome.desktop.interface gtk-theme "Stylish-Dark-Laptop" dbus-launch --exit-with-session gsettings set org.gnome.desktop.wm.preferences theme "Stylish-Dark-Laptop" +## Dark for qt4/5 +# qt4 +sed -i '/[Qt]/a style=GTK+' ${DEST}/.config/Trolltech.conf + +# qt5 +sudo apt install -y qt5-style-plugins + +sudo cat >> /etc/environment < ${DEST}/.zgen-local-plugins << 'EOF' # Add Fish-like autosuggestions to your ZSH zgen load zsh-users/zsh-autosuggestions + # IDE-like type-ahead completion for Zsh, asynchronous/non-blocking + #zgen load marlonrichert/zsh-autocomplete + # k is a zsh script / plugin to make directory listings more readable, # adding a bit of color and some git status information on files and directories zgen load rimraf/k