ArchConfigs icon indicating copy to clipboard operation
ArchConfigs copied to clipboard

configuration files for my Arch Linux machine

This is my config dot file repository.

I use:

  • arch linux as operating system
  • emacs for writing, email, agenda, note-taking, and text-editor
    • evil to use vim keys in emacs
    • org-mode mode that I use for GTD, writing, literate programming
    • evil-org-mode to use vim keybindings in org-mode
    • org-roam connected note-taking following the zettelkasten method
    • ess data analysis in R
    • modus-themes beautiful light and dark theme
  • sway window manager
    • wofi for launching programs that I don't have a keybinding for
    • nwg-panel for workspaces, bar, and other nice widgets
    • swaync for notifications
    • wlsunset to change display brightness/colour in the evening
  • foot terminal emulator
  • zsh bash alternative
  • fzf fuzzy file finder, this makes terminal's ctrl+r so nice!
  • firefox browser
    • tridactyl vim keybindings in firefox (I've moved around a lot between extensions...)
    • org-capture capture websites into emacs org-mode

Personal scripts are in /bin and user services in /services.

If you want to use (some) of my configs, I recommend that you proceed with caution and use only the bits that you like!

Simply git clone in where you want and symlink the files to their proper destination. I'm slowly moving things around so that in the future I'll be able to just git clone this directory to my ~/.config without any symlinking.

For individual entries type: ln -s {target-filename} {symbolic filename}, for example for i3: ln -s i3config ~/.config/i3/config

For all the executables, make a directory (e.g. ~/bin), add it to your PATH, then symlink with ln -s /path/to/ArchConfigs/bin/* ~/bin. Possibly, you'll have to chmod +x filename to make the files executable.

Kind regards,

Japhir