I hereby claim:
- I am r-darwish on github.
- I am darwish (https://keybase.io/darwish) on keybase.
- I have a public key whose fingerprint is AB6E EEA2 0CD0 ED0C FF20 B8E6 D982 8851 929D 1C60
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| animals = [ | |
| ('תרנגול', 'קו קו! ריקו קו', 'קטן'), | |
| ('חתלתול', 'מהאו וואו', 'קטן'), | |
| ('כלבלבון', 'המבף המבף', 'קטן'), | |
| ('חמור', 'הי הא', 'קטן'), | |
| ('דג זהב', '...', 'קטן באקווריום'), | |
| ('עורף דורס', 'קרע קרע קרע קרע', 'בז קטן'), | |
| ] | |
| for i, (animal, _, description) in enumerate(animals): |
| '(langtool-default-language "en") | |
| '(langtool-java-classpath "/usr/share/languagetool:/usr/share/java/languagetool/*") |
| [Unit] | |
| Description=Notify via Telegram that the system finished booting | |
| Requires=network-online.target | |
| After=network-online.target | |
| StartLimitInterval=20 | |
| StartLimitBurst=4 | |
| [Service] | |
| ExecStart=/usr/bin/curl --data chat_id=xxxxxxx --data-urlencode "text=xxxx Booted" "https://api.telegram.org/botxxxx:xxxxxxxxx/sendMessage" | |
| Restart=on-failure |
| <?xml version="1.0"?> | |
| <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
| <fontconfig> | |
| <match target="pattern"> | |
| <test name="lang" compare="contains"> | |
| <string>he</string> | |
| </test> | |
| <test qual="any" name="family"> | |
| <string>sans-serif</string> | |
| </test> |
| [Unit] | |
| Description=Jupyter Notebook | |
| [Service] | |
| Type=simple | |
| ExecStart=/home/roeyd/Notebook/.env/bin/jupyter lab --port 9090 | |
| WorkingDirectory=/home/roeyd/Notebook | |
| [Install] | |
| WantedBy=default.target |
| Do the following: | |
| sudo ln -s /usr/bin/kde-open5 /usr/local/bin/kde-open |
| # --- special colors --- | |
| [Background] | |
| Color=30,33,39 | |
| [BackgroundIntense] | |
| Color=30,33,39 | |
| [Foreground] | |
| Color=171,178,191 |
| colors: | |
| # Default colors | |
| primary: | |
| background: '0x1e2127' | |
| foreground: '0xabb2bf' | |
| # Bright and dim foreground colors | |
| # | |
| # The dimmed foreground color is calculated automatically if it is not present. |