Skip to content

Latest commit

 

History

History
52 lines (46 loc) · 2.07 KB

README.md

File metadata and controls

52 lines (46 loc) · 2.07 KB

Dotfiles

My dotfiles managed by Nix



Pre-Install Requirements

General:

  • curl:
    • For Debian based distros, run: sudo apt update && sudo apt install curl

Wsl2:

  • Enable systemd support:
    echo -e "[boot]\nsystemd=true" | sudo tee -a /etc/wsl.conf && wsl.exe -t <DistroName>

Install

source <(curl -L https://raw.githubusercontent.com/simifalaye/dotfiles/main/bootstrap.sh)
./install

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!