18 lines
459 B
Markdown
18 lines
459 B
Markdown
# Custom system config.
|
|
|
|
This is my own custom config that I use on my GNU/Linux machines. Not meant to be used by anyone else.
|
|
|
|
For references, go to the [doc directory](.doc).
|
|
|
|
# Bootstrap.
|
|
|
|
**CAREFUL!** This will overwrite files with the same name in your home directory!
|
|
|
|
```text
|
|
curl -s https://git.voronind.com/voronind/linux/raw/branch/master/.bootstrap.sh | bash && source .bashrc
|
|
```
|
|
|
|
# Load Gnome settings.
|
|
|
|
To load Gnome settings run `dconf_load`.
|