dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.margiolis.net/dotfiles.git
Log | Files | Refs | README | LICENSE

commit 2fbe8b3a0eab80746c103cb528b8e88449a440a2
parent cae9e60f427004472b5395c5cf34b4f901392753
Author: Christos Margiolis <christos@FreeBSD.org>
Date:   Wed, 10 Jan 2024 01:57:08 +0200

updates

Diffstat:
MX/.xprofile | 2+-
Mautoinstall | 2+-
Mfilebackup | 1+
Mfreebsd/rc.conf.desktop | 3+--
Mfreebsd/rc.conf.laptop | 10+++++-----
Msh/.profile | 4+++-
6 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/X/.xprofile b/X/.xprofile @@ -5,5 +5,5 @@ xset r rate 300 50 & slstatus & setxkbmap -layout 'ca(multix),gr' -option 'grp:shift_caps_toggle' & musicpd & -mixer -d8 setscreens & +mixer -d8 diff --git a/autoinstall b/autoinstall @@ -1,7 +1,7 @@ #!/bin/sh ignoredirs="\.|\.git|freebsd|homedir|xbindkeys" -homestuff="$(ls -a homedir/ | grep -Ev '^\.$|^\.\.$')" +homestuff="$(ls -a homedir/ | grep -Ev '^\.$|^\.\.$')" # FIXME single regex mkdir -p ${HOME}/.config diff --git a/filebackup b/filebackup @@ -15,6 +15,7 @@ cp -rv \ ${HOME}/.gitconfig \ ${HOME}/.password-store \ ${HOME}/.sfeed \ + ${HOME}/.gnupg \ ${HOME}/.ssh \ ${HOME}/.vim \ homedir/ diff --git a/freebsd/rc.conf.desktop b/freebsd/rc.conf.desktop @@ -4,7 +4,6 @@ ifconfig_re0="DHCP" sshd_enable="YES" dumpdev="AUTO" zfs_enable="YES" -sndiod_enable="YES" nvidia_modeset_name="nvidia-modeset" kld_list="linux nvidia nvidia-modeset fusefs filemon sound snd_hda snd_ich snd_uaudio vmm" @@ -16,9 +15,9 @@ if_epair_load="YES" cloned_interfaces="bridge0 epair0 tap0" ifconfig_bridge0="addm re0 addm epair0a addm tap0 up" +nfs_server_enable="YES" rpc_lockd_enable="YES" rpc_statd_enable="YES" rpcbind_enable="YES" mountd_enable="YES" mountd_flags="-n" -nfs_server_enable="YES" diff --git a/freebsd/rc.conf.laptop b/freebsd/rc.conf.laptop @@ -6,20 +6,20 @@ ifconfig_wlan0="up WPA DHCP" sshd_enable="YES" # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable dumpdev="AUTO" -kld_list="cuse nfs modeset fusefs linux sound snd_hda /boot/modules/i915kms.ko" +kld_list="cuse nfs modeset fusefs linux sound snd_hda /boot/modules/i915kms.ko acpi_video" webcamd_enable="YES" -#zfs_enable="YES" +zfs_enable="YES" if_bridge_load="YES" if_tap_load="YES" if_epair_load="YES" -cloned_interfaces="bridge0 tap0" -ifconfig_bridge0="addm wlan0 addm tap0 up" -ifconfig_epair0a="up" +cloned_interfaces="bridge0 epair0 tap0" +ifconfig_bridge0="addm wlan0 addm epair0a addm tap0 up" rpcbind_enable="YES" rpc_lockd_enable="YES" rpc_statd_enable="YES" mountd_enable="YES" +mountd_flags="-n" nfs_server_enable="YES" diff --git a/sh/.profile b/sh/.profile @@ -16,7 +16,7 @@ # TERM=xterm; export TERM export EDITOR="nvim" export TERMINAL="st" -export BROWSER="librewolf" +export BROWSER="firefox" export READER="zathura" export PAGER="less -R" @@ -31,6 +31,8 @@ export LESSHISTFILE="/dev/null" # set ENV to a file invoked each time sh is started for interactive use. export ENV="${HOME}/.shrc" +export GOPATH="${HOME}/.local/share" + # Query terminal size; useful for serial lines. if [ -x /usr/bin/resizewin ] ; then /usr/bin/resizewin -z ; fi