My NixOS configuration with Nix Flakes, Home Manager, Stylix, and Hyprland.
Go to file
Donovan Glover c7aca39c84
meta: Add librewolf
This was my configuration for librewolf, a web browser I used for a few
months before ultimately deciding to use firefox again for simplicity.

Although librewolf is useful for giving individuals immediate access to
a solid browser with ublock origin pre-installed, the downsides such as
not having automatic updates for users that need it the most, as well as
constantly depending on another project to update in a timely manner,
do not seem worth it in the long-term.
2023-01-04 18:15:32 -05:00
.archlinux chromium: Remove https everywhere 2022-12-15 09:44:29 -05:00
bspwm bspwm: Add dynamic desktops implementation 2022-12-26 22:36:39 -05:00
dunst dunst: Increase icon size 2022-12-15 11:31:56 -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 feh: Remove save image key 2022-12-15 11:09:45 -05:00
fish fish: Show tasks when opening a new terminal 2022-12-15 16:10:20 -05:00
git meta: Add elementary kitty diff support 2022-12-15 16:08:45 -05:00
gpg gpg: Update keyserver 2021-07-07 10:13:11 -04:00
gtk gtk: Disable recent files 2022-11-02 18:45:23 -04:00
kitty kitty: Remove old open_url_modifiers option 2022-12-15 16:14:46 -05:00
librewolf meta: Add librewolf 2023-01-04 18:15:32 -05:00
mozc meta: Add mozc 2022-03-23 20:59:41 -04:00
mpv mpv: Use tmp directory for total playtime 2022-12-15 11:04:06 -05:00
neofetch neofetch: Remove block range 2022-12-15 09:34:13 -05:00
neovim stow: Split neovim into separate package 2018-11-23 01:47:39 -05:00
paru paru: Use BottomUp strategy 2022-12-15 11:36:10 -05:00
picom picom: Add dual_kawase blur 2022-12-15 11:09:09 -05:00
qutebrowser meta: Add qutebrowser 2023-01-03 11:39:59 -05:00
ranger meta: Use kitty instead of ueberzug 2022-03-20 22:18:50 -04:00
rofi rofi: Make launch.sh a toggle script 2022-12-15 10:57:50 -05:00
ssh-agent docs: Update READMEs for ssh-agent, vim, and xmodmap 2018-11-23 00:27:58 -05:00
starship Revert "starship: Add date and time" 2022-12-26 22:24:10 -05:00
sxhkd sxhkd: Halve gaps differential 2022-12-15 09:58:05 -05: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
tint2/.config/tint2 wal: Restart tint2 with new color scheme 2022-12-15 09:48:49 -05:00
tmux tmux: Use minimalist layout 2022-02-26 14:30:14 -05:00
vim vim: Allow saving in directories that don't exist 2022-12-15 11:41:49 -05:00
wal wal: Remove bspwm/dunst/tint2 scripts 2022-12-26 22:27:44 -05: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.