removed old dep and added globbing for oh-my-zsh custom plugins/themes

This commit is contained in:
spinach 2023-02-27 09:20:08 -05:00
parent 22cbbef40a
commit 99015beff3
4 changed files with 12 additions and 9 deletions

View File

@ -6,4 +6,3 @@ mpd
mpc
playerctl
zscroll-git
pistol-git

View File

@ -52,13 +52,13 @@ bindsym $mod+d exec --no-startup-id rofi-launcher
# setting up a vimscratch pad to use vimwiki
for_window [instance="todo"] 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="weather"] move window to scratchpad
# bindings
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+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

View File

@ -2,9 +2,9 @@
- [bin/oh-my-zsh-check.sh]
- link:
~/.oh-my-zsh/custom/plugins:
path: shells/oh-my-zsh/custom/plugins
force: true
~/.oh-my-zsh/custom/themes:
path: shells/oh-my-zsh/custom/themes
force: true
~/.oh-my-zsh/custom/plugins/:
path: shells/oh-my-zsh/custom/plugins/**
glob: true
~/.oh-my-zsh/custom/themes/:
path: shells/oh-my-zsh/custom/themes/**
glob: true

View File

@ -159,3 +159,7 @@ export FZF_DEFAULT_OPTS='--layout=reverse --border'
# vim wiki alias
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"