Compare commits
2 Commits
ef65f827a2
...
e35845099a
Author | SHA1 | Date | |
---|---|---|---|
e35845099a | |||
c44ef61cf2 |
@@ -14,11 +14,11 @@ alias gpu='git push'
|
||||
alias gp='git pull'
|
||||
alias gc='git commit -a -m'
|
||||
alias ga='git add ./*'
|
||||
alias cfh='nvim ~/projects/active/dotfiles/config/hypr/'
|
||||
alias cfn='nvim ~/projects/active/nvim/'
|
||||
alias cff='nvim ~/projects/active/dotfiles/config/fish/'
|
||||
alias cfa='nvim ~/projects/active/dotfiles/config/astal/'
|
||||
alias cf='nvim ~/projects/active/dotfiles/'
|
||||
alias cfh='nvim ~/projects/dotfiles/config/hypr/'
|
||||
alias cfn='nvim ~/projects/nvim/'
|
||||
alias cff='nvim ~/projects/dotfiles/config/fish/'
|
||||
alias cfa='nvim ~/projects/dotfiles/config/astal/'
|
||||
alias cf='nvim ~/projects/dotfiles/'
|
||||
alias g='lazygit'
|
||||
alias open-webui='sudo systemctl start docker && sudo docker start -i open-webui'
|
||||
alias ai='ollama serve'
|
||||
@@ -26,8 +26,8 @@ alias ff='fastfetch'
|
||||
alias p='nvimpager'
|
||||
alias latexdocs='zathura ~/projects/latex/docs/docs.pdf'
|
||||
|
||||
# Add scripts in ~/projects/active/dotfiles/general/scripts/ to path
|
||||
fish_add_path -P ~/projects/active/dotfiles/scripts/
|
||||
# Add scripts in ~/projects/dotfiles/scripts/ to path
|
||||
fish_add_path -P ~/projects/dotfiles/scripts/
|
||||
|
||||
function y
|
||||
set tmp (mktemp -t "yazi-cwd.XXXXXX")
|
||||
|
@@ -13,9 +13,9 @@ exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once = hypridle
|
||||
exec-once = nm-applet
|
||||
exec-once = nextcloud --background
|
||||
exec-once = sleep 2 && bash -c "ags run -d ~/projects/active/dotfiles/config/astal/ --gtk4 >> /tmp/runner-log 2>&1"
|
||||
exec-once = sleep 2 && bash -c "ags run -d ~/projects/dotfiles/config/astal/ --gtk4 >> /tmp/runner-log 2>&1"
|
||||
# exec-once = sleep 2 && bash -c "ags run -d ~/projects/active/dotfiles/config/astal/ --gtk4"
|
||||
exec-once = bash -c "ags run -d ~/projects/active/dotfiles/config/ags/notifications/ >> /tmp/notifier-log 2>&1"
|
||||
exec-once = bash -c "ags run -d ~/projects/config/ags/notifications/ >> /tmp/notifier-log 2>&1"
|
||||
# exec-once = bash -c "ags run -d ~/projects/active/dotfiles/config/ags/notifications/"
|
||||
|
||||
# ── wlhist ──────────────────────────────────────────────────────────
|
||||
|
Reference in New Issue
Block a user