Update various configs
This commit is contained in:
parent
cbb51fef2b
commit
cf2f755791
5 changed files with 7 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue