Compare commits

..

No commits in common. "f142d2ba5c2f65dc1f5d530d50ebf21da82b9625" and "fccddf72ed1117f138f47c27b18e358cb6b7b456" have entirely different histories.

1 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ files/directories are listed for explanation purposes.
├── user/ < User configuration ├── user/ < User configuration
├── CONTRIBUTING.md < Project contributing guidelines ├── CONTRIBUTING.md < Project contributing guidelines
├── LICENSE < Project source code license ├── LICENSE < Project source code license
└── readme.md < Project read me └── README.md < Project read me
``` ```
## Installation ## Installation
@ -40,7 +40,7 @@ files/directories are listed for explanation purposes.
- BASH v5+ - BASH v5+
- Git v2+ - Git v2+
- GNOME v43+ - GNOME v3+
- GNU Stow v2.3+ - GNU Stow v2.3+
### Setup ### Setup
@ -60,12 +60,12 @@ files/directories are listed for explanation purposes.
- Specific application - Specific application
```console ```console
$ cd user/ $ cd user/
$ stow -t ~/ fish $ stow fish
``` ```
- All applications - All applications
```console ```console
cd user/ cd user/
$ stow -t ~/ $ stow
``` ```
1. Apply GNOME Settings. 1. Apply GNOME Settings.