- Automated font installer
- Automated terminal configuration
- Automated shell config updates
- Shell detection via parent process id:
eval(starship init)
- Preset selection: emoji, nerdfonts, text, etc.
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
PHP 10 hrs 33 mins █████████████▍░░░░░░░ 64.0% | |
TypeScript 2 hrs 7 mins ██▋░░░░░░░░░░░░░░░░░░ 12.9% | |
Smarty 2 hrs 5 mins ██▋░░░░░░░░░░░░░░░░░░ 12.7% | |
Nginx 25 mins ▌░░░░░░░░░░░░░░░░░░░░ 2.5% | |
JavaScript 20 mins ▍░░░░░░░░░░░░░░░░░░░░ 2.0% |
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
RT @ioana_cis: The magic of CRDTs, building offline and real | |
time apps by @matchai at #JSHeroes2023! | |
Including a shout-out to @codesandbox… |
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
1️⃣2️⃣3️⃣4️⃣5️⃣6️⃣7️⃣8️⃣9️⃣0️⃣1️⃣2️⃣3️⃣4️⃣5️⃣6️⃣7️⃣8️⃣9️⃣0️⃣ | |
2️⃣ 2️⃣ | |
3️⃣ 3️⃣ | |
4️⃣ 4️⃣ | |
5️⃣2️⃣3️⃣4️⃣5️⃣6️⃣7️⃣8️⃣9️⃣0️⃣1️⃣2️⃣3️⃣4️⃣5️⃣6️⃣7️⃣8️⃣9️⃣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
#!/usr/local/bin/python3 | |
# <bitbar.title>Cotton Bureau Sales</bitbar.title> | |
# <bitbar.version>v2.0</bitbar.version> | |
# <bitbar.author>Matan Kushner</bitbar.author> | |
# <bitbar.author.github>matchai</bitbar.author.github> | |
# <bitbar.desc>Checks Cotton Bureau page for the number of sales</bitbar.desc> | |
# <bitbar.dependencies>python</bitbar.dependencies> | |
# <bitbar.emojize>true</bitbar.emojize> |
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
041a5033e6cff5405858b0d31fdf112b3461ae4b79247bd397bb78e96cefa64722f217a6103fbd101754e97286d203a7184836f65ea774a6c5205a1d86c5a4b283;andrewallaway |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
I hereby claim:
- I am matchai on github.
- I am matchai (https://keybase.io/matchai) on keybase.
- I have a public key ASD8QRqmE49lspKKIxfWvfN4NYOouLXMQtTwHNJ0Z74iEQo
To claim this, I am signing this object:
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
module.exports = { | |
config: { | |
// default font size in pixels for all tabs | |
fontSize: 13, | |
// font family with optional fallbacks | |
fontFamily: 'Menlo, "DejaVu Sans Mono", "Lucida Console", monospace', | |
// `BEAM` for |, `UNDERLINE` for _, `BLOCK` for █ | |
cursorShape: 'BLOCK', |
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
# Your init script | |
# | |
# Atom will evaluate this file each time a new window is opened. It is run | |
# after packages are loaded/activated and after the previous editor state | |
# has been restored. | |
# | |
# An example hack to log to the console when each text editor is saved. | |
# | |
# atom.workspace.observeTextEditors (editor) -> | |
# editor.onDidSave -> |