dotfiles

configurations and scripts
git clone https://riazj.com/git/dotfiles
Log | Files | Refs | README | LICENSE

README (592B)


      1 Notable Scripts
      2 ---------------
      3 
      4 pw - password manager (see pwm)
      5 new-article - automates tasks for publishing an article
      6 clip - clipboard manager used in combination with sxhkd (see alt + x in .config/sxhkd/sxhkdrc)
      7 tldr - tldr client
      8 When searching for a subcommand (e.g., git log), use a hyphen, preventing "log" from being used as the platform.
      9 
     10 
     11 Notable Configurations
     12 ----------------------
     13 
     14 sxhkd command to open files:
     15 
     16 alt + l
     17 	file="$(find -L "${SEARCH_DIRS[@]}" -type f -not -path '*/.git/*' | dmenu -i -l 10)" && soap "$file"
     18 
     19 With symlinks, this can be a replacement for wikiman.