Enter this in the search box along with your search terms:
Get all gists from the user santisbon.
user:santisbon
Find all gists with a .yml extension.
extension:yml
Find all gists with HTML files.
language:html
| # alacritty.toml | |
| # commented lines are the defaults | |
| # man 5 alacritty (>0.13) for full config manual | |
| #import = [ | |
| #"~/.config/alacritty/catpuccin-mocha.toml", | |
| #"~/.config/alacritty/keybindings.toml", | |
| #] | |
| [shell] |
Enter this in the search box along with your search terms:
Get all gists from the user santisbon.
user:santisbon
Find all gists with a .yml extension.
extension:yml
Find all gists with HTML files.
language:html
E.02 - write-protect mode, flip switch
E.03 - cannot be formatted, try another disk _____
E.13 - disk removed during formatting |== |
E.14 - damaged sector, use another disk (also E.23) | o. |
E.20 - wrong disk type |_[_]_|
E.21 - wrong music type
E.22 - disk removed during reading, insert and try again
Some things that may help you.
Keep in mind that my solution caters to both being in a /mnt/* path, and also being in my symlink path.
When you make a symbolic link, as in: ln -s /mnt/c/Users/bar $HOME/bar and cd into that, the $PWD will reflect that.
Here's a method to chat in a twitch #channel with HexChat
Get HexChat here (or your package manager): https://hexchat.github.io/
Click Add and name it Twitch or whatever.
Now click Edit and change the server/port up top to: irc.chat.twitch.tv/6697
Here's a method to chat in a twitch #channel with IRSSI
Get your oauth token here: https://twitchapps.com/tmi/
Server block
server = {
address = "irc.chat.twitch.tv";
| path = require 'path' | |
| local function get_asset_comment(zip_path) | |
| comment = GetAssetComment(zip_path) | |
| if comment then | |
| return comment | |
| end | |
| return '' | |
| end |