/dots

My personal dotfiles

Primary LanguageLuaMIT LicenseMIT

Dotfiles

My dotfiles managed by Yadm



Pre-Install Requirements

  • git
  • yadm
  • wget

Install

yadm clone --bootstrap git@github.com:simifalaye/dots.git
yadm decrypt

Tips

To hide the README and LICENSE files from HOME:

yadm sparse-checkout reapply

To unhide them for editing:

yadm sparse-checkout disable

To stage them:

yadm add README.md LICENSE --sparse

To re-add modified encrypted files:

yadm encrypt && yadm add ~/.local/share/yadm/archive

Graphical Applications

Terminal Applications

  • atool - Archive manager
  • bat - A better cat(1)
  • bitwise - Terminal bitwise calc
  • calc - Terminal calc
  • cheat - Cheatsheets from terminal
  • cloc - Count lines of code
  • delta - Better vim diff
  • elinks - Terminal web browser
  • exa - Better ls(1)
  • fd - Better find(1)
  • fzf - Terminal fuzzy finder
  • htop - A better top(1)
  • jq - CLI JSON processor
  • neovim - Best text editor!
  • ripgrep - Better grep(1)
  • rsync - Fast, incremental file transfer
  • tig - Better git log
  • tmux - Terminal multiplexer
  • trash-cli - Terminal trash tool
  • tree - File tree viewer
  • zoxide - A cd that learns
  • zsh - Best shell!