Go to file
James Patrick e5b9486fb3 Added Truthy shortcut for return val.
I don't really like the feel of this but this allows us to call
$(return_val_truthy) to output a value of tue or false based on the retrun value
of the last command. This saves us from having to do make the call ` && echo
true || echo false`.

I will probaby switch this in the future to just have a `echo $?` function
instead. Then check if returnVal == zero. If I do that I will also need to
change the way OS works, requiring true => 0 and false => 1, which is a little
bit conter to how it should be.
2019-04-30 23:22:02 -04:00
lib Added Truthy shortcut for return val. 2019-04-30 23:22:02 -04:00
ssh Adding makefile for all current configurations. 2019-04-27 18:21:33 -04:00
sway Fixed Formatting and added print function. 2019-04-28 21:41:21 -04:00
tmux Adding makefile for all current configurations. 2019-04-27 18:21:33 -04:00
tridactyl Adding makefile for all current configurations. 2019-04-27 18:21:33 -04:00
vim Removed duplicated vim keybinds 2019-04-27 22:33:49 -04:00
waybar Added Python Script for music info. 2019-04-28 21:42:43 -04:00
.gitignore added vim/.netrwhist to ignore. 2019-04-17 19:32:07 -04:00
makefile Simplified base level make to recursive make command. 2019-04-27 18:15:45 -04:00
README.md Adding placeholder readme file. 2019-04-27 18:23:10 -04:00

Hello World