dotfiles/README.md

17 lines
585 B
Markdown
Raw Permalink Normal View History

2023-12-10 16:46:19 +00:00
### dotfiles
2022-08-24 08:07:33 +00:00
These are the messy dotfiles for my Arch Linux system. They're useful for
- restoring my system after a catastrophe
- almost nothing else :)
2023-12-10 16:46:19 +00:00
#### 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`
2022-08-24 08:07:33 +00:00
Please feel free to contact me with any questions; I'll be glad to help.