From fcebc52fbef437fbbc96354b940c3fa2e5081aa8 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Tue, 7 Jun 2022 21:43:40 +0930 Subject: [PATCH] random updates, mainly default programs, need to re test this at some point --- configure-system | 3 --- default-programs | 31 +++++++++++++++++++------------ install-config | 10 +++++++--- 3 files changed, 26 insertions(+), 18 deletions(-) diff --git a/configure-system b/configure-system index 59ff99f..32091df 100755 --- a/configure-system +++ b/configure-system @@ -114,9 +114,6 @@ if command -v NetworkManager &> /dev/null; then esac fi -# copy xprofile default from template -cp ~/.xprofile.tmpl ~/.xprofile - # notify about steam issue (multilib) echo " Unfortunately Steam cannot be installed as [multilib] must be enabled first. Instructions for how to do this can be found at: https://wiki.archlinux.org/index.php/Official_repositories#Enabling_multilib Also it semes that freetube (ususally one of my misc programs, is not installing correctly so I have removed it." diff --git a/default-programs b/default-programs index 7b11e2e..1705fda 100644 --- a/default-programs +++ b/default-programs @@ -1,8 +1,8 @@ -viciousDEPENDENCIES_START +DEPENDENCIES_START yad tumbler libopenraw -scrot +ueberzug pulseaudio-bluetooth bluez-utils sshfs @@ -10,13 +10,14 @@ dunst slock jq xmonad +acpi xmonad-contrib xmobar -xorg +xorg-server xorg-xinit blueman picom-jonaburg-git -nitrogen +feh xclip numlockx weather @@ -27,6 +28,7 @@ network-manager-applet wget unzip ttf-fira-code +ttf-font-awesome trayer youtube-dl openssh @@ -41,6 +43,7 @@ cifs-utils bluez lxappearance qt5ct +bat lightdm lightdm-webkit-theme-litarvan lxsession @@ -48,7 +51,6 @@ xdotool xterm flameshot simple-mtpfs -micro mpv arandr zsh-syntax-highlighting-git @@ -65,14 +67,18 @@ powerkit DEPENDENCIES_LAPTOP_END DEFAULTS_START -evince +zathura firefox zsh +neovim alacritty thunar +thunderbird +protonmail-bridge newsboat -cmus +jellyfin-media-player shotwell +sxiv vlc gnome-calendar discord @@ -80,17 +86,17 @@ nextcloud-client element-desktop qbittorrent telegram-desktop -visual-studio-code-bin -kdeconnect -virtualbox jellyfin-media-player DEFAULTS_END MISC_START brave-bin +visual-studio-code-bin +virtualbox lyx +kdeconnect +cmus kile -plexamp-appimage surf git-flow-completion-git bitwarden-cli @@ -112,9 +118,9 @@ barrier todoist-electron virt-manager teams +neomutt cowsay neofetch -sxiv MISC_END EXTRAS_START @@ -133,6 +139,7 @@ python-iwlib python-mpd2 python-pywlroots python-setproctitle +micro rlwrap dex vicious diff --git a/install-config b/install-config index d7e9ab9..d269a54 100755 --- a/install-config +++ b/install-config @@ -5,7 +5,7 @@ # Version: 1.0.0 # Author: Solomon Laing # Description: -# Installs my customisation of dmenu +# Installs my dotfiles #----------------------------------- clear @@ -49,6 +49,10 @@ config checkout main config config status.showUntrackedFiles no config config --global credential.helper store -read -r -p "Remember to identify yourself to git with -config config user.name \"Your Name\" and config config user.email \"Your Email\". +read -r -p " +My dotfiles contain aliases for 'config' however you may need to add them, +see https://www.atlassian.com/git/tutorials/dotfiles. Remember to identify +yourself to git with: +config config user.name \"Your Name\" +config config user.email \"Your Email\" Press [Enter] to continue."