This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/pfalcon/esp-open-sdk | |
cd esp-open-sdk | |
make | |
export PATH="$(pwd)/xtensa-lx106-elf/bin:$PATH" | |
cd .. | |
git clone https://github.com/nodemcu/nodemcu-firmware.git | |
cd nodemcu-firmware | |
# optional: edit app/include/user_modules.h and other configs | |
make | |
#make flash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[49m [0m | |
[38;5;237m▄[38;5;115;48;5;237m▄▄▄▄ [48;5;237m▄▄▄▄▄▄▄▄▄▄▄[38;5;237;49m▄ [0m Let's play | |
[48;5;237m [48;5;115m [38;5;115;48;5;237m▄[38;5;237;48;5;115m▄ [48;5;237m [48;5;115m [48;5;194m [48;5;115m [48;5;237m [49m [0m sysadmin | |
[48;5;237m [48;5;115m [38;5;115;48;5;237m▄[48;5;115m [48;5;237m [48;5;115m [48;5;194m [38;5;0m▄ [48;5;194m▄ [48;5;115m [48;5;237m [49m [0m games! | |
[48;5;237m [48;5;115m [48;5;0m [38;5;115m▄[48;5;115m [48;5;237m [48;5;115m [48;5;194m [38;5;77;48;5;237m▄ [48;5;194m [48;5;115m [48;5;237m [49m [0m | |
[48;5;237m [48;5;115m [38;5;0m▄▄ [48;5;237m [48;5;115m [48;5;194m [48;5;115m [48;5;237m [49m [0m | |
[48;5;237m [48;5;115m [38;5;0m▄[38;5;115;48;5;0m▄[48;5;115m [48;5;237m [48;5;115m [38;5;27m▄ [38;5;17m▄▄▄▄▄ [48;5;237m [49m [0m | |
[38;5;0;48;5;60m▄[38;5;60;49m▄[48;5;237m▄[48;5;115m▄▄[38;5;0m▄ [48;5;237m [48;5;115m [38;5;45m▄▄ [38;5; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# ================================================================================== # | |
# Focus the next window on the current workspace in i3, e.g. for binding to Alt+Tab # | |
# Depends: jq, awk, i3wm (obviously) # | |
# Author: Nervengift <[email protected]> # | |
# License: Don't think this deserves a license, Public Domain # | |
# Known bugs: doesn't work with non-window container focused # | |
# ================================================================================== # | |
ws=$(i3-msg -t get_workspaces|jq "map(select(.focused))[]|.name") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
yeganesh -x | ${SHELL:-"/bin/sh"} & |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:map ,m :silent execute "!mpv '" + buffer.URL + "'"<enter> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
if [ $# -ne 2 ]; then | |
echo "Usage: fuck you <programm>" | |
exit 1 | |
fi | |
if killall -9 "$2"; then | |
echo | |
echo " (╯°□°)╯︵$(echo "$2"|toilet -f term -F rotate)" | |
echo | |
fi |
NewerOlder