/dotfiles

My personal dotfiles, shell functions, etc.

Primary LanguageShell

Joshua's Dotfiles

As per usual with dotfile repos, this should be used more for inspiration rather than ran as-is (unless you are me).

Dependencies

I try to avoid implicit dependencies with shell scripting when possible, but sometimes it is unavoidable.

As of right now, the most frequently used dependencies would be:

  • fzf
  • Some sort of clipboard manager (which is only an issue on Linux distros where it is not bundled with it):
    • macOS: pbcopy / pbpaste
    • Linux, X: xclip
    • Linux, Wayland: wl-copy / wl-paste
  • Node.js
  • Python

Primary Commands

Run ./manage.sh push to copy files out of this repo.

Run ./manage.sh pull to pull local settings into this repo.

Notes to Self