mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 11:30:13 +00:00
reduce fish functions
This commit is contained in:
6
scripts/setup_cheatsheet
Executable file
6
scripts/setup_cheatsheet
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "downloading cheatsheet"
|
||||
curl https://cht.sh/:cht.sh > ~/.local/bin/cheat
|
||||
chmod 755 ~/.local/bin/cheat
|
||||
echo "cheatsheet ✓"
|
Reference in New Issue
Block a user