Update various configs

This commit is contained in:
Tobias Reisinger 2024-10-28 21:02:40 +01:00
parent cbb51fef2b
commit cf2f755791
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 7 additions and 3 deletions

View file

@ -20,6 +20,7 @@ declare -A mapper=(
["hyprland"]="$HOME/.config/hypr/hyprland.conf" ["hyprland"]="$HOME/.config/hypr/hyprland.conf"
["nvim"]="$HOME/.config/astronvim/lua/user/" ["nvim"]="$HOME/.config/astronvim/lua/user/"
["polybar"]="$HOME/.config/polybar" ["polybar"]="$HOME/.config/polybar"
["projectsrc"]="$HOME/.config/projectsrc"
["qutebrowser"]="$HOME/.config/qutebrowser/config.py" ["qutebrowser"]="$HOME/.config/qutebrowser/config.py"
["qutebrowser-kiosk"]="$HOME/.config/qutebrowser/config_kiosk.py" ["qutebrowser-kiosk"]="$HOME/.config/qutebrowser/config_kiosk.py"
["rclone"]="$HOME/.config/rclone/rclone.conf" ["rclone"]="$HOME/.config/rclone/rclone.conf"
@ -51,6 +52,7 @@ declare -A directory=(
) )
declare -A hooks=( declare -A hooks=(
["projectsrc"]="projects-status"
["qutebrowser"]="qutebrowser :config-source" ["qutebrowser"]="qutebrowser :config-source"
["qutebrowser-kiosk"]="qutebrowser-kiosk :config-source" # broken due to qutebrowser-kiosk being an alias ["qutebrowser-kiosk"]="qutebrowser-kiosk :config-source" # broken due to qutebrowser-kiosk being an alias
["sway"]="sway reload" ["sway"]="sway reload"

View file

@ -64,6 +64,8 @@ alias sudo='sudo '
alias taketemp='take $(mktemp -d)' alias taketemp='take $(mktemp -d)'
alias tokei='tokei --hidden' alias tokei='tokei --hidden'
alias vim-rg="vim-grep"
alias watch='watch -c' alias watch='watch -c'
alias wget='wget -c' alias wget='wget -c'

View file

@ -32,13 +32,13 @@ AUTOINSTALL_ITEM_TARGET="pkl"
AUTOINSTALL_ITEM_GROUPS="base" AUTOINSTALL_ITEM_GROUPS="base"
AUTOINSTALL_ITEM_TYPE="exe" AUTOINSTALL_ITEM_TYPE="exe"
AUTOINSTALL_ITEM_SOURCE="https://git.serguzim.me/serguzim/tools/releases/download/latest/autostart-manage" AUTOINSTALL_ITEM_SOURCE="https://git.serguzim.me/serguzim/autostart-manage/releases/download/latest/autostart-manage"
AUTOINSTALL_ITEM_TARGET="autostart-manage" AUTOINSTALL_ITEM_TARGET="autostart-manage"
AUTOINSTALL_ITEM_GROUPS="base,personal" AUTOINSTALL_ITEM_GROUPS="base,personal"
AUTOINSTALL_ITEM_COMPLETIONS="completions" AUTOINSTALL_ITEM_COMPLETIONS="completions"
AUTOINSTALL_ITEM_TYPE="exe" AUTOINSTALL_ITEM_TYPE="exe"
AUTOINSTALL_ITEM_SOURCE="https://git.serguzim.me/serguzim/tools/releases/download/latest/autoinstall" AUTOINSTALL_ITEM_SOURCE="https://git.serguzim.me/serguzim/autoinstall/releases/download/latest/autoinstall"
AUTOINSTALL_ITEM_TARGET="autoinstall" AUTOINSTALL_ITEM_TARGET="autoinstall"
AUTOINSTALL_ITEM_GROUPS="base,personal" AUTOINSTALL_ITEM_GROUPS="base,personal"
AUTOINSTALL_ITEM_COMPLETIONS="completions" AUTOINSTALL_ITEM_COMPLETIONS="completions"

View file

@ -32,6 +32,7 @@ def init(c):
'!lh': 'http://localhost:{}/', '!lh': 'http://localhost:{}/',
'!12ft': 'http://12ft.io/proxy?q={}/', '!12ft': 'http://12ft.io/proxy?q={}/',
'!osm': 'https://www.openstreetmap.org/search?query={}', '!osm': 'https://www.openstreetmap.org/search?query={}',
'!cheatsheet': 'https://cheatsheets.zip/?q={}',
} }
c.url.start_pages = [ c.url.start_pages = [
'https://rss.serguzim.me/', 'https://rss.serguzim.me/',

View file

@ -1,4 +1,3 @@
.bin/host-backup-portalo
.config/autorestic/.autorestic.yml##hostname.portalo,default .config/autorestic/.autorestic.yml##hostname.portalo,default
.config/env.d/99-secrets .config/env.d/99-secrets
.config/projectsrc .config/projectsrc