wip
This commit is contained in:
parent
30641c67f9
commit
1f96d03dce
@ -6,7 +6,7 @@ PACKAGES=(
|
|||||||
|
|
||||||
# system
|
# system
|
||||||
linux base linux-firmware lvm2 sudo polkit # base
|
linux base linux-firmware lvm2 sudo polkit # base
|
||||||
pulseaudio pulseaudio-bluetooth bluez bluez-utils networkmanager # system
|
pulseaudio pulseaudio-bluetooth bluez bluez-utils networkmanager udisks2 # system
|
||||||
openssh man-db restic htop # admin utils
|
openssh man-db restic htop # admin utils
|
||||||
|
|
||||||
# cli programs
|
# cli programs
|
||||||
@ -14,7 +14,7 @@ PACKAGES=(
|
|||||||
dash shellcheck # shell scripting
|
dash shellcheck # shell scripting
|
||||||
hugo miniserve neomutt translate-shell # www
|
hugo miniserve neomutt translate-shell # www
|
||||||
gnupg pass pass-otp # crypt
|
gnupg pass pass-otp # crypt
|
||||||
jq libqalculate # data processing
|
jq libqalculate imagemagick # data processing
|
||||||
git zip # others
|
git zip # others
|
||||||
|
|
||||||
# desktop env
|
# desktop env
|
||||||
|
@ -11,7 +11,7 @@ umask 002
|
|||||||
|
|
||||||
####### file structure #########
|
####### file structure #########
|
||||||
mkdir -p \
|
mkdir -p \
|
||||||
~/.local/bin ~/.local/share \
|
~/.config ~/.local/bin ~/.local/share ~/.cache \
|
||||||
~/tmp ~/know ~/dev ~/dl
|
~/tmp ~/know ~/dev ~/dl
|
||||||
################################
|
################################
|
||||||
|
|
||||||
@ -30,12 +30,15 @@ cp_subst() {
|
|||||||
envsubst "$VARS" < "$1" > "$2"
|
envsubst "$VARS" < "$1" > "$2"
|
||||||
}
|
}
|
||||||
|
|
||||||
# simple
|
# xdg
|
||||||
cp -rf config/i3blocks ~/.config
|
cp -rf config/i3blocks ~/.config
|
||||||
cp -rf config/git ~/.config
|
cp -rf config/git ~/.config
|
||||||
cp -rf config/vim ~/.config
|
cp -rf config/vim ~/.config
|
||||||
cp -rf config/xkb ~/.config
|
cp -rf config/xkb ~/.config
|
||||||
cp -rf config/bash/bashrc ~/.bashrc
|
|
||||||
|
# non-xdg
|
||||||
|
cp -rf config/bash ~/.config
|
||||||
|
ln -sf ~/.config/bash/bashrc ~/.bashrc
|
||||||
|
|
||||||
# templated
|
# templated
|
||||||
cp_subst config/sway/config.tmpl ~/.config/sway/config
|
cp_subst config/sway/config.tmpl ~/.config/sway/config
|
||||||
|
Loading…
Reference in New Issue
Block a user