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
|
||||
|
||||
allow_remote_control yes
|
||||
listen_on unix:@mykitty
|
||||
|
|
|
|||
|
|
@ -26,6 +26,8 @@ alias surestart='sudo systemctl restart'
|
|||
alias suenable='sudo systemctl enable'
|
||||
alias sudisable='sudo systemctl disable'
|
||||
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:
|
||||
weath() { curl wttr.in/Hameenlinna ;}
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ cmatrix
|
|||
coreutils
|
||||
crda
|
||||
cryptsetup
|
||||
ctags
|
||||
device-mapper
|
||||
dialog
|
||||
diffutils
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@ redshift-minimal
|
|||
systemd-boot-pacman-hook
|
||||
ttf-weather-icons
|
||||
twmn-git
|
||||
universal-ctags-git
|
||||
wpgtk-git
|
||||
yacreader
|
||||
yad-git
|
||||
|
|
|
|||
Loading…
Reference in New Issue