From 1b8d640e8f49d556283218b299da0f3213b1d28d Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Wed, 19 May 2021 12:36:07 -0700 Subject: [PATCH] Update setup_linux.sh Emacs 27, xsel, jq Remove gnome stuff Replace CheckPoint VPN dependencies with vpnc --- setup_linux.sh | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/setup_linux.sh b/setup_linux.sh index 57e7e44..e1a3ee9 100644 --- a/setup_linux.sh +++ b/setup_linux.sh @@ -10,8 +10,7 @@ PPAS=( ) PACKAGES=( - gnome-tweak-tool - emacs26 + emacs27 vim fish ripgrep @@ -25,6 +24,8 @@ PACKAGES=( direnv tmux python3-venv + xsel + jq ) if [ "$JAVA" == "true" ]; then @@ -36,12 +37,7 @@ fi if [ "$WORK" == "true" ]; then PACKAGES+=( # VPN - "libpam0g:i386" - "libx11-6:i386" - "libstdc++6:i386" - "libstdc++5:i386" - libnss3-tools - openssl xterm + vpnc ) fi @@ -53,13 +49,6 @@ done sudo apt update sudo apt install -y ${PACKAGES[@]} -# Alt-drag -gsettings set org.gnome.desktop.wm.preferences mouse-button-modifier '' -gsettings set org.gnome.desktop.wm.preferences resize-with-right-button true - -# Caps Lock -> Ctrl -gsettings set org.gnome.desktop.input-sources xkb-options "['ctrl:nocaps']" - # Use local time so as to not conflict with Windows timedatectl set-local-rtc 1 --adjust-system-clock