readme : move bootstrap after ToC.
This commit is contained in:
parent
79e5928d86
commit
fd639dc055
20
.README.md
20
.README.md
|
@ -1,6 +1,17 @@
|
|||
# Custom system config.
|
||||
|
||||
This is my own custom config that I use on my GNU/Linux machines. Not ment to be used by anyone else.
|
||||
|
||||
# Table of contents.
|
||||
|
||||
1. [Bootstrap.](#bootstrap)
|
||||
2. [General info.](#general-info)
|
||||
3. [Load Gnome settings.](#load-gnome-settings)
|
||||
4. [Navigation.](#navigation)
|
||||
5. [Nvim config.](#nvim-config)
|
||||
6. [Bash commands.](#bash-commands)
|
||||
7. [To-do.](#to-do)
|
||||
|
||||
# Bootstrap.
|
||||
|
||||
**CAREFUL!** This will overwrite files with the same name in your home directory!
|
||||
|
@ -9,15 +20,6 @@ This is my own custom config that I use on my GNU/Linux machines. Not ment to be
|
|||
curl -s https://git.voronind.com/voronind/linux/raw/branch/master/.bootstrap.sh | bash && source .bashrc
|
||||
```
|
||||
|
||||
# Table of contents.
|
||||
|
||||
1. [General info.](#general-info)
|
||||
2. [Load Gnome settings.](#load-gnome-settings)
|
||||
3. [Navigation.](#navigation)
|
||||
4. [Nvim config.](#nvim-config)
|
||||
5. [Bash commands.](#bash-commands)
|
||||
6. [To-do.](#to-do)
|
||||
|
||||
# General info.
|
||||
|
||||
It includes:
|
||||
|
|
Reference in a new issue