fix references to scripts

This commit is contained in:
Hedy Li 2021-08-17 12:12:30 +08:00
parent 0d8de59a5e
commit d5ce0663e6
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 10 additions and 3 deletions

View File

@ -20,7 +20,7 @@ Mirrors: [tildegit (gitea)](https://tildegit.org/hedy/dotfiles)
- [editor](#editor)
- [vim and nvim](#vim-and-nvim)
- [emacs](#emacs)
- [gemini/spartan client](#gemini-spartan-client)
- [gemini/spartan client](#gemini-and-spartan-client)
- [todo](#todo)
## Basics
@ -50,6 +50,13 @@ These are more like "what I tend to do" in this repo
- Setup and install scripts
- Private configuration tracked with yadm
## Installation
1. Install yadm
2. Clone the repo with yadm
3. Fix conflicts as you please
4. Selectively run scripts in [`_scripts_`](./_scripts/)
## Details
Here are detailed information for each compenent of my dotfiles
@ -121,14 +128,14 @@ has mostly the same content as `.vimrc`.
The isWSL function checks whether the system is WSL in my (n)vim configs
I rebind some keys to make it work on WSL, but I don't use it much anymore.
**Setup**: `_scripts/nvim-setup_`
**Setup**: `_scripts/setup-nvim`
#### emacs
I use chemacs2 for switching emacs profiles and it allows me to use both vanilla emacs and doom emacs
at the same time. See [`.emacs-profiles.el`](.emacs-profiles.el).
**Setup**: `_scripts/emacs-setup_`. This script is mostly tested and it should set up everything you need
**Setup**: `_scripts/setup-emacs`. This script is mostly tested and it should set up everything you need
to start using both emacs and doom normally. It installs chemacs and doom if not already.
##### Vanilla emacs