configs
This commit is contained in:
@@ -6,11 +6,12 @@ PACKAGES=(
|
||||
|
||||
linux base linux-firmware lvm2 sudo polkit # base
|
||||
pulseaudio pulseaudio-bluetooth bluez bluez-utils networkmanager udisks2 # device management
|
||||
openssh strace sysstat htop screen man-db which rlwrap # system
|
||||
openssh strace sysstat htop screen man-db which # system
|
||||
|
||||
nodejs dash jq # runtime
|
||||
qemu-system-x86 # virt
|
||||
|
||||
rlwrap fzf # shell helpers
|
||||
vifm vim less # nav & edit
|
||||
vim-ale vim-fugitive # vim plugins
|
||||
|
||||
|
||||
@@ -62,4 +62,10 @@ c.url.default_page = 'file:///home/'+env['USER']+'/.local/share/qutebrowser/star
|
||||
c.url.start_pages = ['file:///home/'+env['USER']+'/.local/share/qutebrowser/start.html']
|
||||
########################################
|
||||
|
||||
# downloads
|
||||
c.downloads.location.directory = "~/tmp/"
|
||||
c.downloads.location.prompt = False
|
||||
c.downloads.remove_finished = 10000
|
||||
########################################
|
||||
|
||||
#print(f"Execution time {time.time() - start_ts}")
|
||||
|
||||
@@ -73,7 +73,6 @@ gomplate --input-dir config \
|
||||
-c user="file:///$HOME/.config/workspace.conf?type=application/x-env" \
|
||||
--exclude /workspace.conf \
|
||||
--exclude /workspace-compat/* --exclude !/workspace-compat/env.sh
|
||||
|
||||
ln -sf ~/.config/bash/bashrc ~/.bashrc
|
||||
ln -sf ~/.config/profile ~/.profile
|
||||
ln -sf ~/.config/less/lesskey ~/.lesskey
|
||||
@@ -81,7 +80,10 @@ mkdir -p ~/.gnupg && ln -sf ~/.config/gnupg/gpg-agent.conf ~/.gnupg
|
||||
################################
|
||||
|
||||
############# data ############
|
||||
cp -rf data/* ~/.local/share
|
||||
gomplate --input-dir data \
|
||||
--output-map "$HOME/.local/share/{{ .in | strings.ReplaceAll \".tmpl\" \"\" }}" \
|
||||
--exclude-processing "!*.tmpl" \
|
||||
-c theme=config/theme.json
|
||||
###############################
|
||||
|
||||
########### compat ############
|
||||
|
||||
Reference in New Issue
Block a user