removed old dep and added globbing for oh-my-zsh custom plugins/themes
This commit is contained in:
parent
22cbbef40a
commit
99015beff3
@ -6,4 +6,3 @@ mpd
|
|||||||
mpc
|
mpc
|
||||||
playerctl
|
playerctl
|
||||||
zscroll-git
|
zscroll-git
|
||||||
pistol-git
|
|
||||||
|
@ -52,13 +52,13 @@ bindsym $mod+d exec --no-startup-id rofi-launcher
|
|||||||
# setting up a vimscratch pad to use vimwiki
|
# setting up a vimscratch pad to use vimwiki
|
||||||
for_window [instance="todo"] move window to scratchpad
|
for_window [instance="todo"] move window to scratchpad
|
||||||
for_window [instance="cal"] move window to scratchpad
|
for_window [instance="cal"] move window to scratchpad
|
||||||
for_window [instance="spotify"] move window to scratchpad
|
#for_window [instance="spotify"] move window to scratchpad
|
||||||
for_window [instance="wiki"] move window to scratchpad
|
for_window [instance="wiki"] move window to scratchpad
|
||||||
for_window [instance="weather"] move window to scratchpad
|
for_window [instance="weather"] move window to scratchpad
|
||||||
# bindings
|
# bindings
|
||||||
bindsym $mod+x exec i3-scratchpad.sh todo st -n todo -e vim ~/vimwiki/todo/index.md
|
bindsym $mod+x exec i3-scratchpad.sh todo st -n todo -e vim ~/vimwiki/todo/index.md
|
||||||
bindsym $mod+c exec i3-scratchpad.sh cal st -n cal -e calcurse
|
bindsym $mod+c exec i3-scratchpad.sh cal st -n cal -e calcurse
|
||||||
bindsym $mod+s exec i3-scratchpad.sh spotify spotify
|
#bindsym $mod+s exec i3-scratchpad.sh spotify spotify
|
||||||
bindsym $mod+w exec i3-scratchpad.sh wiki st -n wiki -e vim ~/vimwiki/index.md
|
bindsym $mod+w exec i3-scratchpad.sh wiki st -n wiki -e vim ~/vimwiki/index.md
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
- [bin/oh-my-zsh-check.sh]
|
- [bin/oh-my-zsh-check.sh]
|
||||||
|
|
||||||
- link:
|
- link:
|
||||||
~/.oh-my-zsh/custom/plugins:
|
~/.oh-my-zsh/custom/plugins/:
|
||||||
path: shells/oh-my-zsh/custom/plugins
|
path: shells/oh-my-zsh/custom/plugins/**
|
||||||
force: true
|
glob: true
|
||||||
~/.oh-my-zsh/custom/themes:
|
~/.oh-my-zsh/custom/themes/:
|
||||||
path: shells/oh-my-zsh/custom/themes
|
path: shells/oh-my-zsh/custom/themes/**
|
||||||
force: true
|
glob: true
|
||||||
|
@ -159,3 +159,7 @@ export FZF_DEFAULT_OPTS='--layout=reverse --border'
|
|||||||
|
|
||||||
# vim wiki alias
|
# vim wiki alias
|
||||||
alias vimwiki="vim $HOME/vimwiki/index.md"
|
alias vimwiki="vim $HOME/vimwiki/index.md"
|
||||||
|
|
||||||
|
# yt-dlp alias for simplicity
|
||||||
|
alias yt-vid="yt-dlp -P $HOME/media/video"
|
||||||
|
alias yt-mu="yt-dlp -P $HOME/media/music -x -f m4a/bestaudio --add-metadata --recode mp4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user