This repository has been archived on 2024-03-04. You can view files and clone it, but cannot push or open issues or pull requests.
linux/.README.md

18 lines
459 B
Markdown
Raw Normal View History

2023-10-17 21:04:51 +03:00
# Custom system config.
2023-10-31 21:58:15 +03:00
2023-11-15 20:30:20 +03:00
This is my own custom config that I use on my GNU/Linux machines. Not meant to be used by anyone else.
2023-12-07 04:02:47 +03:00
For references, go to the [doc directory](.doc).
2023-12-07 02:16:25 +03:00
2023-10-31 21:36:17 +03:00
# Bootstrap.
2023-10-31 21:50:48 +03:00
**CAREFUL!** This will overwrite files with the same name in your home directory!
```text
2023-10-31 21:53:14 +03:00
curl -s https://git.voronind.com/voronind/linux/raw/branch/master/.bootstrap.sh | bash && source .bashrc
2023-10-31 21:36:17 +03:00
```
2023-10-17 21:04:51 +03:00
# Load Gnome settings.
2023-10-17 21:04:51 +03:00
To load Gnome settings run `dconf_load`.