mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
auto up
This commit is contained in:
@@ -44,7 +44,9 @@ append_keymap = [
|
|||||||
{ on = [ "g", "b" ], run = "cd ~/webdav/notes", desc = "Go to notes" },
|
{ on = [ "g", "b" ], run = "cd ~/webdav/notes", desc = "Go to notes" },
|
||||||
{ on = [ "g", "x" ], run = "cd ~/Nextcloud", desc = "Go to nextcloud" },
|
{ on = [ "g", "x" ], run = "cd ~/Nextcloud", desc = "Go to nextcloud" },
|
||||||
{ on = [ "g", "a" ], run = "cd ~/.cache", desc = "Go to Cache" },
|
{ on = [ "g", "a" ], run = "cd ~/.cache", desc = "Go to Cache" },
|
||||||
{ on = [ "g", "t" ], run = "cd ~/.local/share/Trash", desc = "Go to Trash" },
|
{ on = [ "g", "T" ], run = "cd ~/.local/share/Trash", desc = "Go to trash" },
|
||||||
|
{ on = [ "g", "t" ], run = "cd ~/Notecloud/notes", desc = "Go to notes" },
|
||||||
{ on = [ "g", "U" ], run = "cd ~/projects/university/pdfs", desc = "Go to Uni PDF" },
|
{ on = [ "g", "U" ], run = "cd ~/projects/university/pdfs", desc = "Go to Uni PDF" },
|
||||||
|
{ on = [ "g", "C" ], run = "cd ~/projects/university/S3", desc = "Go to current semester" },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -175,6 +175,7 @@ bindt = $mainMod SHIFT, L, exec, hyprlock
|
|||||||
windowrulev2 = suppressevent maximize, class:.*
|
windowrulev2 = suppressevent maximize, class:.*
|
||||||
|
|
||||||
windowrulev2 = float, class:(clipse)
|
windowrulev2 = float, class:(clipse)
|
||||||
|
windowrulev2 = float, class:(Edit Item)
|
||||||
windowrulev2 = size 622 652, class:(clipse)
|
windowrulev2 = size 622 652, class:(clipse)
|
||||||
windowrulev2 = stayfocused, class:(clipse)
|
windowrulev2 = stayfocused, class:(clipse)
|
||||||
windowrulev2 = float, class:(org.kde.dolphin)
|
windowrulev2 = float, class:(org.kde.dolphin)
|
||||||
|
|||||||
@@ -67,6 +67,16 @@ alias ls='ls --color=auto'
|
|||||||
alias tofiu='rm ~/.cache/tofi-drun'
|
alias tofiu='rm ~/.cache/tofi-drun'
|
||||||
alias ll='exa -la '
|
alias ll='exa -la '
|
||||||
alias shd="systemctl poweroff"
|
alias shd="systemctl poweroff"
|
||||||
|
alias nt="nvim ~/Notecloud/notes/in.txt"
|
||||||
|
|
||||||
|
alias up="
|
||||||
|
cd ~/nixos && git add . && git commit -a -m 'auto up' && git fetch && git pull
|
||||||
|
cd ~/dotfiles && git add . && git commit -a -m 'auto up' && git fetch && git pull
|
||||||
|
cd ~/projects/university && git add . && git commit -a -m 'auto up' && git fetch && git pull
|
||||||
|
cd ~/projects/scripts && git add . && git commit -a -m 'auto up' && git fetch && git pull
|
||||||
|
cd ~/.config/nvim && git add . && git commit -a -m 'auto up' && git fetch && git pull
|
||||||
|
"
|
||||||
|
|
||||||
alias ttt='timer -f 10m'
|
alias ttt='timer -f 10m'
|
||||||
alias zshconfig="mate ~/.zshrc"
|
alias zshconfig="mate ~/.zshrc"
|
||||||
alias giter="git add . && git commit -a -m 'auto commit' && git push"
|
alias giter="git add . && git commit -a -m 'auto commit' && git push"
|
||||||
|
|||||||
Reference in New Issue
Block a user