-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.md.nu
executable file
·64 lines (39 loc) · 1.07 KB
/
README.md.nu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#!/usr/bin/env nu
let content = $"# 𝒱𝒶𝓃𝒾𝓁𝓁𝒶
frantic1048's daily configs, scripts etc.
## Screenshots
_Sway_:
![toastx900]\(screenshots/toastx900_2021-07-30_13-00.png)
![toastx900]\(screenshots/toastx900_2021-07-30_13-14.png)
_i3_:
![amausaan]\(screenshots/amausaan_2022-04-05-232523.png)
_macOS_:
![macos_screenshot]\(screenshots/macbook_2024-12-19.png)
## Config packages
(./blend stat_markdown)
## Usage
### All in one
#### macOS
Require following dependencies in `PATH`:
1. `git`: https://git-scm.com/
2. `bash`: https://www.gnu.org/software/bash/
3. `curl`: https://curl.se/
```sh
# necessary for git
sudo xcode-select --install
git clone https://github.com/frantic1048/Vanilla.git
cd Vanilla
./bootstrap_macos.sh
```
### Install standalone config package\(s)
Require following dependencies in `PATH`:
1. `git`: https://git-scm.com/
2. `stow`: https://www.gnu.org/software/stow/
3. `nu`: https://www.nushell.sh/
```sh
./blend install [package1] [package2] ...
# install all available packages
./blend install
```
"
$content | save --force README.md