Compare commits

..

2 Commits

Author SHA1 Message Date
qhga
9012cd2092
pack: qt5ct 2021-12-18 21:21:11 +01:00
qhga
b1b84fb228
pack: a2jmidid, systemd-network 2021-12-18 21:19:51 +01:00
3 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,5 @@
[Match]
Name=ens6f*
[Network]
DHCP=yes

View File

@ -212,6 +212,11 @@ add_pacman_hooks() {
cp $scriptdir/etc/pacman.d/hooks/* /etc/pacman.d/hooks/ &>> $logfile
}
add_xorg_conf() {
echo "Adding systemd configs\n\n" >> $logfile
cp $scriptdir/etc/systemd/network/00-wired.network /etc/systemd/network/00-wired.network &>> $logfile
}
set_pacman_config() {
echo "Setting pacman conf\n\n" >> $logfile
cp $scriptdir/etc/pacman.conf /etc/pacman.conf &>> $logfile
@ -290,6 +295,8 @@ case $todo in
enable_service "--user syncthing"
if [[ ${curr_platform} == "L" ]]; then
enable_service "netctl-auto@wlp3s0"
else
enable_service "systemd-networkd"
fi
enable_service "systemd-timesyncd" "atd"
set_root_bashrc
@ -312,6 +319,8 @@ case $todo in
pre_update
if [[ ${curr_platform} == "L" ]]; then
enable_service "netctl-auto@wlp3s0"
else
enable_service "systemd-networkd"
fi
enable_service "systemd-timesyncd" "atd"
ready_steady_go

View File

@ -20,6 +20,7 @@ A,P,oath-toolkit,library to use OATH-pam auth with yubikeys
A,P,yubico-pam,Authentication with yubikeys
D,P,nvidia-dkms,Graphics driver
A,P,expac,Pacman Database Extraction Tool (Get Install-Date)
A,P,qt5ct,Tool to change themes for qt apps
# libraries
# A,M,pyorgmode,lib to create and modify orgmode files used in quteb script
@ -95,6 +96,7 @@ A,P,pulseaudio-alsa,ALSA Configuration for PulseAudio
A,P,pulseaudio-jack,Jack support for PulseAudio
A,P,jack2,C++ version of the JACK low-latency audio server for multi-processor machines
A,P,jack2-dbus,The JACK low-latency audio server (dbus integration)
A,P,a2jmidid,Dbus midi jack thingy
A,P,qjackctl,A Qt front-end for the JACK low-latency audio server
A,P,python-dbus,Python bindings for DBUS

1 # First column: A = All, L = Laptop, D = Desktop
20 D,P,nvidia-dkms,Graphics driver
21 A,P,expac,Pacman Database Extraction Tool (Get Install-Date)
22 # libraries A,P,qt5ct,Tool to change themes for qt apps
23 # libraries
24 # A,M,pyorgmode,lib to create and modify orgmode files used in quteb script
25 # Driver related stuff
26 A,P,linux-zen-headers,linux kernel headers
96 A,P,texlive-science,Latex Math support A,P,texlive-bibtexextra,Latex biblatex support
97 A,P,biber,Citation for latex (new backend) A,P,texlive-science,Latex Math support
98 A,P,minted,Syntaxhighlighting for Latex A,P,biber,Citation for latex (new backend)
99 A,P,minted,Syntaxhighlighting for Latex
100 # Mail -> GNUS
101 # A,A,mu,Maildir indexer/searcher and Emacs client (mu4e)
102 # A,P,offlineimap,Synchronizes emails between two repositories