This cheat sheet covers the common directories in Linux, macOS, and Windows, highlighting their roles and differences.
Warning
This is a work in progress.
Simply run:
curl -L https://gist.github.com/ivangabriele/5df77e2bf55352418704f45ce07323b8/raw/install_kitty.sh | bash /dev/stdinYou can see what my script does in install_kitty.sh.
| ################################################################################ | |
| # Oh My Zsh Ivan Theme | |
| # ------------------------------------------------------------------------------ | |
| # Constants | |
| local _COLOR_BLUE="%{$fg[blue]%}" | |
| local _COLOR_BLUE_BOLD="%{$fg_bold[blue]%}" | |
| local _COLOR_CYAN="%{$fg[cyan]%}" | |
| local _COLOR_CYAN_BOLD="%{$fg_bold[cyan]%}" |
| import { parseJwk } from 'jose-browser-runtime/jwk/parse' | |
| import { jwtVerify } from 'jose-browser-runtime/jwt/verify' | |
| import { pem2jwk } from 'pem-jwk' | |
| import handleError from './handleError' | |
| /** | |
| * Validate a JWT | |
| * | |
| * @param {string} token |
| version: 3 | |
| terminal: | |
| searchOptions: {} | |
| colorScheme: | |
| name: ayu | |
| foreground: '#e6e1cf' | |
| background: '#0f1419' | |
| cursor: '#f29718' | |
| colors: | |
| - '#000000' |
| # https://editorconfig.org | |
| root = true | |
| [*] | |
| charset = utf-8 | |
| end_of_line = lf | |
| indent_size = 2 | |
| indent_style = space | |
| insert_final_newline = true | |
| max_line_length = 120 |
Following this known issue:
echo 'nix' | sudo tee -a /etc/synthetic.conf