Skip to content

My personal dotfiles managed by Nix home-manager

Notifications You must be signed in to change notification settings

simifalaye/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

My personal dotfiles managed by Nix home-manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published