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 | |
ls *.zip | parallel -j+0 --eta '7z x {} >/dev/null' |
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 | |
# Remove old Haskell versions | |
ghcup gc --cache | |
# Clean pip cache | |
pip cache purge | |
# Remove packages cache | |
sudo pacman -Scc | |
yay -Scc |
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
"Jerky" Johnson | |
"John Doe" | |
"Sweetie" Bitter Sweet | |
(´・ω・`) | |
10,000 Punch Man | |
1010 | |
112 Ocean Avenue (The Amityville Horror) | |
170,000 Year Magicicada Nymph | |
1st Prize | |
2B (Soul Calibur) |
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
$env.PATH = ($env.PATH | append /home/user/.cabal/bin) | |
$env.PATH = ($env.PATH | append /home/user/.ghcup/bin) |
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
# Save your settings.json somewhere | |
# Get list of extensions | |
codium --list-extensions > extensions.txt | |
# Install extensions from list | |
cat extensions.txt | % { "codium --install-extension $_" } |
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 config --global log.date default | |
# Environmental variable | |
TZ=UTC | |
# Windows CMD and Powershell (for now), has to be ran as Administrator | |
setx TZ UTC /m | |
# Windows Powershell | |
$env:TZ = "UTC" |
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
{ | |
"editor.rulers": [ | |
79, | |
], | |
"editor.wordWrapColumn": 79, | |
"editor.mouseWheelZoom": true, | |
"editor.largeFileOptimizations": false, | |
"editor.unicodeHighlight.nonBasicASCII": false, | |
"redhat.telemetry.enabled": false, | |
"[html]": { |
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
# for Emacs: -*- coding: utf-8 -*- | |
# | |
# User-defined key sequences for WinCompose | |
# by Sam Hocevar <[email protected]> | |
# | |
# Key sequences have the following form: | |
# | |
# <Multi_key> <key>… : "resulting text" | |
# |
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
Walking (Average Speed) | |
Walking (Maximum Speed) | |
Walking Carrying Weight (Average Speed) | |
Walking Carrying Weight (Maximum Speed) | |
Horseback Hourly (Average Speed) | |
Horseback Hourly (Maximum Speed) | |
Horseback Daily Min (Average Speed) | |
Horseback Daily Min (Maximum Speed) | |
Horseback Daily Max (Average Speed) | |
Horseback Daily Max (Maximum Speed) |
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
We will not stop walking | |
Though the path may eventually fork. | |
It turns without stopping | |
and we never stop either. | |
But when the time comes, | |
when we learn fear and look back | |
…would we call that fate? |