My NixOS configuration with Nix Flakes, Home Manager, Stylix, and Hyprland.
Go to file
Donovan Glover 69be5bcc2b
bspwm: Add authentication agent
I don't remember exactly why I needed this, however it should be useful
for certain programs that require it.
2022-10-25 13:30:16 -04:00
.archlinux archlinux: Remove gnome config 2022-07-29 04:54:20 -04:00
bspwm bspwm: Add authentication agent 2022-10-25 13:30:16 -04:00
dunst dunst: Remove old shortcuts setting 2022-03-11 09:22:05 -05:00
editorconfig editorconfig: Use standard formatting for go 2022-06-04 07:36:06 -04:00
fcitx fcitx: Add unicode settings 2022-07-29 12:31:01 -04:00
feh docs: Add READMEs for feh, httpie, and yay 2018-11-18 14:05:12 -05:00
fish fish: Export TERMCMD="kitty" 2022-10-24 11:14:11 -04:00
git git: Change editor from vim to neovim 2022-10-24 17:05:10 -04:00
gpg gpg: Update keyserver 2021-07-07 10:13:11 -04:00
gtk gtk: Use flat color theme and icons 2022-10-24 17:03:02 -04:00
kitty kitty: Disable audio bell 2022-09-28 11:43:25 -04:00
mozc meta: Add mozc 2022-03-23 20:59:41 -04:00
mpv mpv: Disable the default osc 2022-07-30 08:37:18 -04:00
neofetch neofetch: Simplify cpu output 2022-07-29 11:37:09 -04:00
neovim stow: Split neovim into separate package 2018-11-23 01:47:39 -05:00
paru misc: Fix link to yay 2022-04-11 08:56:28 -04:00
picom picom: Fix flickering screen after resume from dpms 2022-09-28 13:32:07 -04:00
ranger meta: Use kitty instead of ueberzug 2022-03-20 22:18:50 -04:00
rofi rofi: Add filebrowser mode 2022-04-09 10:25:16 -04:00
ssh-agent docs: Update READMEs for ssh-agent, vim, and xmodmap 2018-11-23 00:27:58 -05:00
starship starship: Expand abbreviations 2022-07-28 03:14:31 -04:00
sxhkd sxhkd: Use pamixer instead of pactl 2022-10-24 17:07:33 -04:00
thunar meta: Add thunar 2022-10-25 11:34:03 -04:00
tig meta: Add tig package 2018-12-06 01:42:53 -05:00
tmux tmux: Use minimalist layout 2022-02-26 14:30:14 -05:00
vim vim: Open Shift JIS files with proper encoding 2022-10-24 11:48:22 -04:00
wal wal: Update kitty colors on theme change 2022-04-11 09:45:46 -04:00
xcursor meta: Switch cursor theme from breeze to phinger 2022-03-08 12:41:55 -05:00
xinit Revert "Remove xinit" 2021-05-14 10:15:19 -04:00
xresources xresources: Don't explicitly set DPI 2018-12-22 16:26:27 -05:00
zathura zathura: Don't recolor documents by default 2022-07-29 11:48:08 -04:00
.editorconfig meta: Add symlink to .editorconfig 2018-12-07 19:25:12 -05:00
.gitattributes gitattributes: Add mpv scripts to vendored list 2022-08-01 12:39:13 -04:00
.gitignore misc: Add aur build directory to .gitignore 2018-12-07 15:26:05 -05:00
CHANGELOG.md meta: Change repository name from .files to dotfiles 2018-12-28 14:00:25 -05:00
CONTRIBUTING.md misc: Small fixes 2018-12-07 18:47:38 -05:00
LICENSE meta: Update copyright years 2022-01-01 20:55:51 -05:00
Makefile Makefile: Decrease stow verbosity to 1 2022-09-28 12:58:48 -04:00
README.md docs: Update README 2022-07-29 14:14:17 -04:00

.files

These are my dotfiles. As of 2022, my operating system of choice remains to be Arch Linux. I also like Fedora, but I don't use it for anything serious.

NOTE: This readme is currently WIP and may change drastically. You are free to study and take whatever you want from these dotfiles, but avoid executing any commands that change a lot of stuff.

History

I have been using GNU/Linux since 2012 and Arch Linux since 2017. My setup was originally i3 before I switched to bspwm. In 2021, I added Sway, although I like switching between GNOME and Plasma as well.

In 2022, I installed Gentoo, but returned to Arch Linux shortly thereafter. For an explanation on why, as well as some other design choices, read the Technical section.

Old Screenshots

Over time my tastes in desktop environments have changed. For nostalgic purposes, here is a collection of screenshots of my usage of GNU/Linux over time.

2018

Screenshot of Tari, my Arch Linux setup.

Screenshot of Tari with Code and the wal color scheme.

2022

Features

The biggest advantage my dotfiles have is a consistent setup between GTK and Qt applications across multiple window managers. Making GUIs look nice on bspwm was a major task for me, and I'm satisfied with the result. Qt applications also work well under GNOME, with a consistent theme if you're using Arc for everything.

Usage

Since these are my personal dotfiles, they are tailored specifically to my use case.

There are 3 different ways you can use this repository.

  1. Use my dotfiles as inspiration and only install what you need
  2. Install all my dotfiles on your computer, a server, or something else
  3. Replicate my entire Arch Linux system with minimal effort

1. Use my dotfiles as inspiration, and only install what you need

My dotfiles are managed with GNU Stow. Dotfiles are separated based on program, and each directory contains relevant information about those dotfiles.

In the event that you want to try out some of my dotfiles, I wrote a Makefile that makes installing and uninstalling dotfiles easy. For example, to only install vim dotfiles use:

make install package=vim

Similarly, if you want to remove the vim dotfiles you just installed, use:

make uninstall package=vim

2. Install all my dotfiles on your computer, server, etc.

If you want to use all the dotfiles in this repository, use:

make install

Note that if a dotfile already exists then stow won't override it, so this works best on new user accounts that don't have any dotfiles on them yet.

3. Replicate my entire system with minimal effort

Technical

Throughout my journey with GNU/Linux, I learned a lot about how computer systems work, including how to use systemd, networking, package management, filesystems, configuration files, and other cool stuff. I also had to deal with a lot of edge cases when it came to different versions of software, such as certain features not working due to conflicting library dependencies.

Previously I used media keys for media keybinds. Since I now use super for those commands, keybinds should work on any machine.

Support and contributing

If you have any questions about my dotfiles, feel free to open an issue. You can also contribute by submitting a pull request.