16 lines
585 B
Markdown
16 lines
585 B
Markdown
### 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.
|