Update command and DWM install fix on ubuntu
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
export EDITOR="nvim"
|
||||
export PS1="\n[\[\e[37m\]\u\[\e[0m\]@\[\e[37;2m\]\h\[\e[0m\]] \[\e[1m\]\w \[\e[0;2m\]J:\[\e[0m\]\j\n\$ "
|
||||
|
||||
update() {
|
||||
sudo apt update
|
||||
sudo apt upgrade
|
||||
sudo apt full-upgrade
|
||||
sudo apt autoremove
|
||||
sudo apt autoclean
|
||||
}
|
||||
|
||||
extract() {
|
||||
if [ -f $1 ]; then
|
||||
case $1 in
|
||||
|
||||
@@ -159,7 +159,7 @@ while [[ "$O" != " " ]]; do
|
||||
}
|
||||
|
||||
# Install Dependencies
|
||||
sudo apt install -y xorg picom libx11-dev libxft-dev libxinerama-dev build-essential libxrandr-dev policykit-1-gnome dbus-x11 pipewire-audio wireplumber pipewire-pulse pipewire-alsa network-manager firefox-esr feh scrot dunst
|
||||
sudo apt install -y xorg picom libx11-dev libxft-dev libxinerama-dev build-essential libxrandr-dev policykit-1-gnome dbus-x11 pipewire-audio wireplumber pipewire-pulse pipewire-alsa network-manager feh scrot dunst
|
||||
systemctl --user --now enable wireplumber.service
|
||||
sudo systemctl enable NetworkManager
|
||||
|
||||
|
||||
Reference in New Issue
Block a user