random updates, mainly default programs, need to re test this at some point

This commit is contained in:
Solomon Laing 2022-06-07 21:43:40 +09:30
parent 2a1f4c9db7
commit fcebc52fbe
3 changed files with 26 additions and 18 deletions

View File

@ -114,9 +114,6 @@ if command -v NetworkManager &> /dev/null; then
esac esac
fi fi
# copy xprofile default from template
cp ~/.xprofile.tmpl ~/.xprofile
# notify about steam issue (multilib) # notify about steam issue (multilib)
echo " 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." 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."

View File

@ -1,8 +1,8 @@
viciousDEPENDENCIES_START DEPENDENCIES_START
yad yad
tumbler tumbler
libopenraw libopenraw
scrot ueberzug
pulseaudio-bluetooth pulseaudio-bluetooth
bluez-utils bluez-utils
sshfs sshfs
@ -10,13 +10,14 @@ dunst
slock slock
jq jq
xmonad xmonad
acpi
xmonad-contrib xmonad-contrib
xmobar xmobar
xorg xorg-server
xorg-xinit xorg-xinit
blueman blueman
picom-jonaburg-git picom-jonaburg-git
nitrogen feh
xclip xclip
numlockx numlockx
weather weather
@ -27,6 +28,7 @@ network-manager-applet
wget wget
unzip unzip
ttf-fira-code ttf-fira-code
ttf-font-awesome
trayer trayer
youtube-dl youtube-dl
openssh openssh
@ -41,6 +43,7 @@ cifs-utils
bluez bluez
lxappearance lxappearance
qt5ct qt5ct
bat
lightdm lightdm
lightdm-webkit-theme-litarvan lightdm-webkit-theme-litarvan
lxsession lxsession
@ -48,7 +51,6 @@ xdotool
xterm xterm
flameshot flameshot
simple-mtpfs simple-mtpfs
micro
mpv mpv
arandr arandr
zsh-syntax-highlighting-git zsh-syntax-highlighting-git
@ -65,14 +67,18 @@ powerkit
DEPENDENCIES_LAPTOP_END DEPENDENCIES_LAPTOP_END
DEFAULTS_START DEFAULTS_START
evince zathura
firefox firefox
zsh zsh
neovim
alacritty alacritty
thunar thunar
thunderbird
protonmail-bridge
newsboat newsboat
cmus jellyfin-media-player
shotwell shotwell
sxiv
vlc vlc
gnome-calendar gnome-calendar
discord discord
@ -80,17 +86,17 @@ nextcloud-client
element-desktop element-desktop
qbittorrent qbittorrent
telegram-desktop telegram-desktop
visual-studio-code-bin
kdeconnect
virtualbox
jellyfin-media-player jellyfin-media-player
DEFAULTS_END DEFAULTS_END
MISC_START MISC_START
brave-bin brave-bin
visual-studio-code-bin
virtualbox
lyx lyx
kdeconnect
cmus
kile kile
plexamp-appimage
surf surf
git-flow-completion-git git-flow-completion-git
bitwarden-cli bitwarden-cli
@ -112,9 +118,9 @@ barrier
todoist-electron todoist-electron
virt-manager virt-manager
teams teams
neomutt
cowsay cowsay
neofetch neofetch
sxiv
MISC_END MISC_END
EXTRAS_START EXTRAS_START
@ -133,6 +139,7 @@ python-iwlib
python-mpd2 python-mpd2
python-pywlroots python-pywlroots
python-setproctitle python-setproctitle
micro
rlwrap rlwrap
dex dex
vicious vicious

View File

@ -5,7 +5,7 @@
# Version: 1.0.0 # Version: 1.0.0
# Author: Solomon Laing # Author: Solomon Laing
# Description: # Description:
# Installs my customisation of dmenu # Installs my dotfiles
#----------------------------------- #-----------------------------------
clear clear
@ -49,6 +49,10 @@ config checkout main
config config status.showUntrackedFiles no config config status.showUntrackedFiles no
config config --global credential.helper store config config --global credential.helper store
read -r -p "Remember to identify yourself to git with read -r -p "
config config user.name \"Your Name\" and config config user.email \"Your Email\". 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." Press [Enter] to continue."