Update various configs
This commit is contained in:
parent
cbb51fef2b
commit
cf2f755791
5 changed files with 7 additions and 3 deletions
2
.bin/.e
2
.bin/.e
|
@ -20,6 +20,7 @@ declare -A mapper=(
|
|||
["hyprland"]="$HOME/.config/hypr/hyprland.conf"
|
||||
["nvim"]="$HOME/.config/astronvim/lua/user/"
|
||||
["polybar"]="$HOME/.config/polybar"
|
||||
["projectsrc"]="$HOME/.config/projectsrc"
|
||||
["qutebrowser"]="$HOME/.config/qutebrowser/config.py"
|
||||
["qutebrowser-kiosk"]="$HOME/.config/qutebrowser/config_kiosk.py"
|
||||
["rclone"]="$HOME/.config/rclone/rclone.conf"
|
||||
|
@ -51,6 +52,7 @@ declare -A directory=(
|
|||
)
|
||||
|
||||
declare -A hooks=(
|
||||
["projectsrc"]="projects-status"
|
||||
["qutebrowser"]="qutebrowser :config-source"
|
||||
["qutebrowser-kiosk"]="qutebrowser-kiosk :config-source" # broken due to qutebrowser-kiosk being an alias
|
||||
["sway"]="sway reload"
|
||||
|
|
|
@ -64,6 +64,8 @@ alias sudo='sudo '
|
|||
alias taketemp='take $(mktemp -d)'
|
||||
alias tokei='tokei --hidden'
|
||||
|
||||
alias vim-rg="vim-grep"
|
||||
|
||||
alias watch='watch -c'
|
||||
alias wget='wget -c'
|
||||
|
||||
|
|
|
@ -32,13 +32,13 @@ AUTOINSTALL_ITEM_TARGET="pkl"
|
|||
AUTOINSTALL_ITEM_GROUPS="base"
|
||||
|
||||
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_GROUPS="base,personal"
|
||||
AUTOINSTALL_ITEM_COMPLETIONS="completions"
|
||||
|
||||
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_GROUPS="base,personal"
|
||||
AUTOINSTALL_ITEM_COMPLETIONS="completions"
|
||||
|
|
|
@ -32,6 +32,7 @@ def init(c):
|
|||
'!lh': 'http://localhost:{}/',
|
||||
'!12ft': 'http://12ft.io/proxy?q={}/',
|
||||
'!osm': 'https://www.openstreetmap.org/search?query={}',
|
||||
'!cheatsheet': 'https://cheatsheets.zip/?q={}',
|
||||
}
|
||||
c.url.start_pages = [
|
||||
'https://rss.serguzim.me/',
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
.bin/host-backup-portalo
|
||||
.config/autorestic/.autorestic.yml##hostname.portalo,default
|
||||
.config/env.d/99-secrets
|
||||
.config/projectsrc
|
||||
|
|
Loading…
Reference in a new issue