Added printer and phone support
This commit is contained in:
15
dotenv.sh
15
dotenv.sh
@ -67,7 +67,13 @@ sudo pacman -S -q --noconfirm \
|
||||
avahi \
|
||||
nss-mdns \
|
||||
elisa \
|
||||
kcalc
|
||||
kcalc \
|
||||
kdeconnect \
|
||||
spectacle \
|
||||
shotgun \
|
||||
xclip \
|
||||
cups \
|
||||
print-manager
|
||||
|
||||
|
||||
# Install programs using flatpak
|
||||
@ -167,4 +173,9 @@ git config --global user.email dominic@domsplace.com
|
||||
sudo sed -i 's/hosts\: mymachines resolve/hosts: mymachines resolve mdns_minimal/g' /etc/nsswitch.conf
|
||||
sudo systemctl stop avahi-daemon
|
||||
sudo systemctl start avahi-daemon
|
||||
sudo systemctl enable avahi-daemon
|
||||
sudo systemctl enable avahi-daemon
|
||||
|
||||
# Microsoft TTF fonts
|
||||
|
||||
# Setup screenshot hotkeys
|
||||
# shotgun - | xclip -t 'image/png' -selection clipboard
|
Reference in New Issue
Block a user