dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Dotfiles for my macos setup

joelazar’s dotfiles

Wallpaper

joedotfiles - wallpaper

Neovim with my custom config

joedotfiles - neovim

Exa

joedotfiles - exa

Lazygit

joedotfiles - lazygit

Firefox + Vimium

joedotfiles - firefox + vimium

nnn + preview-tui

joedotfiles - nnn+preview

ncspot

joedotfiles - ncspot

neofetch + fzf

joedotfiles - neofetch+fzf

Details

This is the dotfiles setup which I use for my Arch Linux. Theoretically, it could (and should) work on any non-unorthodox Arch based distributions too, but I didn't test it.

Let me try to briefly list the installed and configured packages:

  • yay - As an aur helper
  • blackarch - repo added with some basic penetration tool set
  • firejail - Running everything in sandbox
  • docker - Container framework for OS level virtualization
  • kitty - Fast, feature-rich, GPU based terminal emulator
  • fish - Fish shell - config
    • fisher - A plugin manager for fish
      • fzf.fish - Fish + FZF
      • done - Automatically receive notifications when long processes finish
      • replay - Run Bash commands replaying changes in Fish
    • starship - For pimping my prompt - config
  • fzf - Command-line fuzzy finder
  • ripgrep - Grep on drugs
  • sway - I3 compatible window manager, but with Wayland - config
  • neovim - Vim on drugs
  • git - No comment
    • delta - Diff tool with syntax highlighting
    • lazygit - simple terminal UI for git commands
  • btop - For monitoring
  • nnn - File manager
  • noto fonts - Fonts
  • firefox - Good ol' Firefox
  • mpv - For media
  • ncspot - Cross-platform ncurses Spotify client
  • zathura - Document viewer
  • ncdu - Disk usage analyzer
  • rust, go, python, clang - For programming
  • and many more other useful stuff. See the following file.

Most of the apps are configured with colors of nightfox.

Setup

These dotfiles are managed with chezmoi.

Install them with:

chezmoi init https://github.com/joelazar/dotfiles.git

chezmoi apply

Acknowledgements

Some utils functions which I'm using for the initial setup and later for my update script was taken from alrra's dotfiles repo, and I'm truly grateful for it.

I usually take my wallpapers from Unsplash and the one which is present in my screenshot is from Arnaud Steckle.

License

The code is available under the MIT license.