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
+5-10Lines changed: 5 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,9 @@ Onefetch is installed, then what?
4
4
5
5
```sh
6
6
> onefetch /path/of/your/repo
7
-
```
8
-
9
-
Or
10
-
7
+
```
8
+
Or
9
+
11
10
```sh
12
11
>cd /path/of/your/repo
13
12
> onefetch
@@ -16,22 +15,19 @@ Or
16
15
### Misc
17
16
18
17
By @spenserblack
19
-
20
18
```sh
21
19
# Runs `onefetch -a Assembly`, `onefetch -a C`, etc.
22
20
onefetch -l | tr "[:upper:] ""[:lower:]-"|whileread line;doecho"$line"; onefetch -a $line;done;
23
21
```
24
-
25
22
By @quazar-omega
26
23
27
24
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