bump
This commit is contained in:
parent
7e94abb3a5
commit
871506f1ab
|
|
@ -53,6 +53,7 @@ alias gds='git diff --staged'
|
||||||
alias gd='git diff'
|
alias gd='git diff'
|
||||||
alias gs='git status'
|
alias gs='git status'
|
||||||
alias ga='git add'
|
alias ga='git add'
|
||||||
|
alias gap='git add -p'
|
||||||
alias gr='git reset'
|
alias gr='git reset'
|
||||||
|
|
||||||
# pacman aliases
|
# pacman aliases
|
||||||
|
|
@ -78,6 +79,7 @@ alias shutdown='shutdown now'
|
||||||
alias clipboard-image='xclip -o -sel clip | nsxiv-pipe'
|
alias clipboard-image='xclip -o -sel clip | nsxiv-pipe'
|
||||||
alias path='sed "s/:/\n/g" <<< $PATH'
|
alias path='sed "s/:/\n/g" <<< $PATH'
|
||||||
alias utc='date -u +"%Y-%m-%d %H:%M:%S UTC"'
|
alias utc='date -u +"%Y-%m-%d %H:%M:%S UTC"'
|
||||||
|
alias odd='objdump -d'
|
||||||
alias fonts='fc-list | awk -F: "{ print \$2 }" | sort | uniq | fzf'
|
alias fonts='fc-list | awk -F: "{ print \$2 }" | sort | uniq | fzf'
|
||||||
alias hz='xrandr --output DisplayPort-1 --mode 1920x1080 --rate'
|
alias hz='xrandr --output DisplayPort-1 --mode 1920x1080 --rate'
|
||||||
alias ns='nix-shell'
|
alias ns='nix-shell'
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@ LIBEXEC=/run/current-system/sw/libexec
|
||||||
"$LIBEXEC"/polkit-kde-authentication-agent-1 &
|
"$LIBEXEC"/polkit-kde-authentication-agent-1 &
|
||||||
# desktop portal
|
# desktop portal
|
||||||
"$LIBEXEC"/xdg-desktop-portal-kde &
|
"$LIBEXEC"/xdg-desktop-portal-kde &
|
||||||
|
"$LIBEXEC"/xdg-desktop-portal &
|
||||||
kded5 &
|
kded5 &
|
||||||
|
|
||||||
# ime
|
# ime
|
||||||
|
|
|
||||||
3
home.nix
3
home.nix
|
|
@ -30,7 +30,7 @@ in
|
||||||
picom
|
picom
|
||||||
obs-studio
|
obs-studio
|
||||||
screenkey
|
screenkey
|
||||||
safeeyes
|
pkgs.stable.safeeyes
|
||||||
libsForQt5.kcalc
|
libsForQt5.kcalc
|
||||||
libsForQt5.kolourpaint
|
libsForQt5.kolourpaint
|
||||||
libsForQt5.filelight
|
libsForQt5.filelight
|
||||||
|
|
@ -50,7 +50,6 @@ in
|
||||||
fzf
|
fzf
|
||||||
trash-cli
|
trash-cli
|
||||||
tlrc
|
tlrc
|
||||||
micro
|
|
||||||
speedtest-cli
|
speedtest-cli
|
||||||
bluetuith
|
bluetuith
|
||||||
unixtools.xxd
|
unixtools.xxd
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue