You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/wiki/Getting-Started.md
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,10 @@ Onefetch is installed, then what?
4
4
5
5
```sh
6
6
> onefetch /path/of/your/repo
7
-
```
8
-
Or
9
-
7
+
```
8
+
9
+
Or
10
+
10
11
```sh
11
12
>cd /path/of/your/repo
12
13
> onefetch
@@ -15,19 +16,22 @@ Onefetch is installed, then what?
15
16
### Misc
16
17
17
18
By @spenserblack
19
+
18
20
```sh
19
21
# Runs `onefetch -a Assembly`, `onefetch -a C`, etc.
20
22
onefetch -l | tr "[:upper:] ""[:lower:]-"|whileread line;doecho"$line"; onefetch -a $line;done;
21
23
```
24
+
22
25
By @quazar-omega
23
26
24
27
A script to put in your `.bashrc` - or `.zshrc` - to run onefetch whenever you open a shell into a repository or `cd` into a repository, making sure that it's different from the last one you were in:
0 commit comments