Compare commits
3 Commits
fccddf72ed
...
f142d2ba5c
Author | SHA1 | Date |
---|---|---|
Adam | f142d2ba5c | |
Adam | f8450ad7b1 | |
Adam | 5fa48f4860 |
|
@ -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 v3+
|
- GNOME v43+
|
||||||
- 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 fish
|
$ stow -t ~/ fish
|
||||||
```
|
```
|
||||||
- All applications
|
- All applications
|
||||||
```console
|
```console
|
||||||
cd user/
|
cd user/
|
||||||
$ stow
|
$ stow -t ~/
|
||||||
```
|
```
|
||||||
1. Apply GNOME Settings.
|
1. Apply GNOME Settings.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue