kitty-stuff and universal-ctags-git -> ctags
This commit is contained in:
parent
3000ded40c
commit
239d29f203
|
|
@ -250,3 +250,4 @@ macos_option_as_alt no
|
||||||
macos_titlebar_color background
|
macos_titlebar_color background
|
||||||
|
|
||||||
allow_remote_control yes
|
allow_remote_control yes
|
||||||
|
listen_on unix:@mykitty
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,8 @@ alias surestart='sudo systemctl restart'
|
||||||
alias suenable='sudo systemctl enable'
|
alias suenable='sudo systemctl enable'
|
||||||
alias sudisable='sudo systemctl disable'
|
alias sudisable='sudo systemctl disable'
|
||||||
alias orphans='sudo pacman -Rns $(pacman -Qtdq)'
|
alias orphans='sudo pacman -Rns $(pacman -Qtdq)'
|
||||||
|
alias di='kitty +kitten diff'
|
||||||
|
alias kitheme="cd ~/.config/kitty/themes && fzf --preview 'head -n 40 {} && kitty @ set-colors -a -c {}'; cd -"
|
||||||
|
|
||||||
#Check the weather:
|
#Check the weather:
|
||||||
weath() { curl wttr.in/Hameenlinna ;}
|
weath() { curl wttr.in/Hameenlinna ;}
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,7 @@ cmatrix
|
||||||
coreutils
|
coreutils
|
||||||
crda
|
crda
|
||||||
cryptsetup
|
cryptsetup
|
||||||
|
ctags
|
||||||
device-mapper
|
device-mapper
|
||||||
dialog
|
dialog
|
||||||
diffutils
|
diffutils
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,6 @@ redshift-minimal
|
||||||
systemd-boot-pacman-hook
|
systemd-boot-pacman-hook
|
||||||
ttf-weather-icons
|
ttf-weather-icons
|
||||||
twmn-git
|
twmn-git
|
||||||
universal-ctags-git
|
|
||||||
wpgtk-git
|
wpgtk-git
|
||||||
yacreader
|
yacreader
|
||||||
yad-git
|
yad-git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue