These are my messy messy dotfiles.
Go to file
Adam Cooper 6f83e32406 [neovim] Install octo.nvim (and some formatting) 2024-04-03 08:46:35 -04:00
X11 Various tweaks: X11, awesome, neovim, zsh 2023-10-26 19:10:05 -04:00
awesome Various changes to neovim, awesome 2024-04-02 08:28:14 -04:00
bin Various changes 2023-05-17 02:17:02 -04:00
git Move Arch Linux subdirectories to top level 2022-10-10 23:42:33 -04:00
mail Neovim and other items 2023-09-02 13:06:00 -04:00
neovim [neovim] Install octo.nvim (and some formatting) 2024-04-03 08:46:35 -04:00
newsboat/.newsboat Minor updates 2023-12-26 16:40:14 -05:00
tmux Move Arch Linux subdirectories to top level 2022-10-10 23:42:33 -04:00
vim Neovim and other items 2023-09-02 13:06:00 -04:00
xmobar Various changes 2023-08-04 18:47:21 -04:00
xmonad Various items 2023-10-01 13:22:26 -04:00
zsh Various items (committing to test forgejo) 2023-11-05 16:53:32 -05:00
.gitignore [mail] Include all mail configs in dotfiles 2023-01-01 11:28:34 -05:00
README.md Various improvements 2023-12-10 11:46:19 -05:00
install.sh Move Arch Linux subdirectories to top level 2022-10-10 23:42:33 -04:00
post-install.sh Move Arch Linux subdirectories to top level 2022-10-10 23:42:33 -04:00

README.md

dotfiles

These are the messy dotfiles for my Arch Linux system. They're useful for

  • restoring my system after a catastrophe
  • almost nothing else :)

dracula/vim

I am using my own fork of dracula/vim. Specifically, I changed the color of the virtual text so it doesn't conflict with the cursor line. When updates in upstream come through, we run the following:

  • git switch master
  • git pull upstream
  • git switch adamc-main
  • git merge master
  • git add . && git commit
  • git push origin

Please feel free to contact me with any questions; I'll be glad to help.