if((UserFeeling === 'Lazy') && (UserKnows === 'Terminal 🥴') && ((UserusesC === true) || (UserUsesC++ === true)){
console.log('You should use this!')
}
This has been tested and used on MacOS and will 99% work on Linux
Not yet availible
It might help to download the file someplace other than your "downloads" folder so that when you have run out of storage and you do a ctrl + a ==> delete, it won't be a wonder when it suddenly disspears
Make sure you copy the full path, i saved it a folder called "AAA-GLOBAL-LIBS/lazyc" eg:
/Users/username/AAA-GLOBAL-LIBS/lazyc/lazyc.sh
and (c++)
/Users/username/AAA-GLOBAL-LIBS/lazyc/lazycpp.sh
Add an alias in your shell profile .zprofile/.zshrc/.bashrc
alias lcc="sh /Users/gavinsimpson/AAA-GLOBAL-LIBS/lazyc/lazyc.sh" # C
alias lpp="sh /Users/gavinsimpson/AAA-GLOBAL-LIBS/lazyc/lazycpp.sh" # C++
if((UserFeeling === 'Lazy') && (UserKnows === 'Terminal 🥴') && ((UserusesC === true) || (UserUsesC++ === true)){
console.log('You should use this!')
}
This has been tested and used on MacOS and will 99% work on Linux
Not yet availible
It might help to download the file someplace other than your "downloads" folder so that when you have run out of storage and you do a ctrl + a ==> delete, it won't be a wonder when it suddenly disspears
Make sure you copy the full path, i saved it a folder called "AAA-GLOBAL-LIBS/lazyc" eg:
/Users/username/AAA-GLOBAL-LIBS/lazyc/lazyc.sh
and (c++)
/Users/username/AAA-GLOBAL-LIBS/lazyc/lazycpp.sh
Add an alias in your shell profile .zprofile/.zshrc/.bashrc
alias lcc="sh /Users/gavinsimpson/AAA-GLOBAL-LIBS/lazyc/lazyc.sh"
alias lpp="sh /Users/gavinsimpson/AAA-GLOBAL-LIBS/lazyc/lazycpp.sh"
I know that you prob can make your own, but here is my way of making it