This file contains hidden or 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
| # Infinitzie Theme! (wip) | |
| # License: MIT | |
| # Author: Kyna Develle | |
| # Dependencies: | |
| # plugin: zsh-autosuggestions | |
| # package: git, cmatrix | |
| # todo figure out ESC char equivelent that works the same | |
| normal_type="[00m" | |
| bold_type="[01m" |
This file contains hidden or 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 env | |
| # Include this in your package.json's scripts section | |
| # I give it the name "fix-gun" and run it whenever you change your packages | |
| # Obviously this is a bandaid on a gaping wound. Hopefully it is fixed more properly. Current Date: 12022-07-23 | |
| # Remove Types | |
| rmdir -v ./node_modules/gun/type/ | |
| rm -v ./node_modules/gun/*.d.ts |
This file contains hidden or 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
| kwriteconfig5 --file kwalletrc --group 'Wallet' --key 'Enabled' 'false' | |
| kwriteconfig5 --file kwalletrc --group 'Wallet' --key 'First Use' 'false' |