diff options
author | Shipwreckt <conbur@protonmail.com> | 2024-01-22 23:36:08 +0000 |
---|---|---|
committer | Shipwreckt <conbur@protonmail.com> | 2024-01-22 23:36:08 +0000 |
commit | a9d54ebbbb699f4770ad688c33975873dafa9924 (patch) | |
tree | 6341d00efcb5d774536a002e4ea1cca34bde631a /README.md |
Update 2 files
- /fakefetch.sh
- /README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4d74133 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +Fakefetch is just a goofie little project I have done. + +All you need to do is save the file to wherever you want, customize it to your liking and then boom +your very own fakefetch + +make sure to test before hand with ./fakefetch.sh to make sure all is to your liking + +After customizing, you probably want to make it a command you can use, so do the following + sudo mv fakefetch.sh /usr/local/bin/ + +now whenever you put fakefetch.sh it should spawn your customized script, I suggest maybe adding it to your .bashrc so whenever you open a terminal it auto starts
\ No newline at end of file |