/dotfiles

Arch, Sway (Wayland :+1:), urxvt, fish, Neovim, ranger, etc.

Primary LanguageShellMIT LicenseMIT

dotfiles

This repository collects some user configuration files from my Arch Linux system.

What's special about these? I'm using a window manager called Sway running on Wayland. Yay 🎉 🎉

Installation

Clone this repo with git's --recursive flag to obtain all submodules. Run bootstrap.sh to symlink the dotfiles in this repo to $HOME or $XDG_CONFIG_HOME and to install vim plugins.

What software do these configure?

Installed packages

I've created two files:

  • pkglist.txt where I store a record of all packages installed from the official Arch repo. This list is generated using pacman -Qqen.
  • pkglist-local.txt where all packages installed from the AUR are listed. This list is generated using pacman -Qqem.