Skip to content

joelazar/dotfiles

Repository files navigation

joelazar’s dotfiles

Wallpaper

joedotfiles - wallpaper

Neovim with my custom config

joedotfiles - neovim

Eza + FZF

joedotfiles - eza+fzf

Lazygit

joedotfiles - lazygit

Firefox + Vimium

joedotfiles - firefox + vimium

nnn + preview-tui

joedotfiles - nnn+preview

ncspot

joedotfiles - ncspot

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
  • fzf - Command-line fuzzy finder
  • atuin - For getting my shell history everywhere
  • ripgrep - Grep on steroids
  • fd - Updated find
  • zoxide - Smarter cd command
  • eza - Modern ls
  • bat - cat(1) clone with wings
  • sway - I3 compatible window manager, but with Wayland - config
    • waybar - Highly customizable Wayland bar - config
    • dunst - Notification daemon
    • bemenu - Application launcher
      • bemenu-meta - My own bemenu wrapper for launching meta commands
  • neovim - Vim on steroids
  • git - No comment
    • delta - Diff tool with syntax highlighting
    • lazygit - simple terminal UI for git commands
  • btop - For monitoring
  • nnn - File manager
  • firefox - Good ol' Firefox
  • mpv - For media
  • ncspot - Cross-platform ncurses Spotify client
  • zathura - Document viewer
  • 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 catppuccin mocha.

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.