random updates, mainly default programs, need to re test this at some point
This commit is contained in:
parent
2a1f4c9db7
commit
fcebc52fbe
@ -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."
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user