delayed save.
This commit is contained in:
@@ -246,7 +246,7 @@ _prompt_build() {
|
||||
# ! Insert *post* functions here
|
||||
# ---
|
||||
# START
|
||||
_git_post
|
||||
#_git_post
|
||||
_pyenv_post
|
||||
_readonly_post
|
||||
|
||||
|
||||
8
dotfiles/desktop/.local/share/applications/lms.desktop
Normal file
8
dotfiles/desktop/.local/share/applications/lms.desktop
Normal file
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Lyrion Music Server Wrapper
|
||||
Exec=/usr/local/bin/lms
|
||||
Icon=/home/jamie/.local/share/icons/lms.png
|
||||
Terminal=false
|
||||
Categories=Utility;
|
||||
Comment=Launch LMS
|
||||
BIN
dotfiles/desktop/.local/share/icons/lms.png
Normal file
BIN
dotfiles/desktop/.local/share/icons/lms.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
dotfiles/music/local/bin/lms
Executable file
BIN
dotfiles/music/local/bin/lms
Executable file
Binary file not shown.
@@ -61,3 +61,6 @@ fi
|
||||
|
||||
# Load custom prompt script if it exists
|
||||
[[ -f /usr/local/bin/prompt.sh ]] && . /usr/local/bin/prompt.sh
|
||||
#WINEPREFIX=/home/jamie/.local/share/wineprefixes/tidal
|
||||
|
||||
eval "$(starship init bash)"
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
Host hestia
|
||||
HostName 192.168.0.231
|
||||
IdentitiesOnly yes
|
||||
StrictHostKeyChecking accept-new
|
||||
User root
|
||||
IdentityFile /home/jamie/.ssh/hestia
|
||||
Port 1303
|
||||
|
||||
Host pan_lms
|
||||
HostName pan.local
|
||||
IdentitiesOnly yes
|
||||
StrictHostKeyChecking accept-new
|
||||
User tc
|
||||
IdentityFile /home/jamie/.ssh/pan
|
||||
Port 22
|
||||
@@ -64,7 +64,7 @@ strip_trailing_spaces smart
|
||||
kitty_mod shift+alt
|
||||
map ctrl+shift+c copy_to_clipboard
|
||||
map ctrl+shift+v paste_from_clipboard
|
||||
map ctrl+q quit
|
||||
map ctrl+q close_tab
|
||||
map kitty_mod+enter launch --cwd=current --type os-window
|
||||
map f1 launch --stdin-source=@screen_scrollback --stdin-add-formatting --type=overlay less +G -R
|
||||
|
||||
@@ -96,7 +96,7 @@ map kitty_mod+9 goto_tab 9
|
||||
map kitty_mod+right previous_tab
|
||||
map kitty_mod+left next_tab
|
||||
map kitty_mod+t new_tab
|
||||
map kitty_mod+q close_tab
|
||||
map kitty_mod+q quit
|
||||
|
||||
# --- Layout Management
|
||||
map ctrl+alt+z next_layout
|
||||
|
||||
1
dotfiles/theme/.local/share/fonts/.uuid
Normal file
1
dotfiles/theme/.local/share/fonts/.uuid
Normal file
@@ -0,0 +1 @@
|
||||
7204425c-f368-4af2-975a-ac282bc20130
|
||||
@@ -5,8 +5,8 @@ set -euo pipefail
|
||||
. /usr/local/share/dao/config/dao.conf
|
||||
|
||||
readonly LOG_PREFIX="[dao_am.service]"
|
||||
readonly MAX_RETRIES=30
|
||||
readonly RETRY_DELAY=10
|
||||
readonly MAX_RETRIES=90
|
||||
readonly RETRY_DELAY=2
|
||||
|
||||
# Configuration
|
||||
declare -A RCLONE_MOUNTS=(
|
||||
|
||||
Reference in New Issue
Block a user