- maria-rabelero.com
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
| *.csv | |
| *.css | |
| *.html | |
| *.xml | |
| *.txt | |
| *.rst | |
| *.min.js | |
| *.built.js | |
| *.bundle.js | |
| *.js.fixed |
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
| # https://sw.kovidgoyal.net/kitty/conf/ | |
| font_family OpenDyslexicM Nerd Font | |
| font_features OpenDyslexicMNFM-Regular +zero +onum | |
| font_size 13.0 | |
| adjust_line_height 1 | |
| disable_ligatures never | |
| cursor #FF69B4 | |
| cursor_text_color #FFFFFF | |
| cursor_shape block |
sudo apt -y install ca-certificates
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
sudo chmod a+r /etc/apt/keyrings/docker.asc
echo \
git clone https://github.com/NVIDIA/data-science-stack
cd data-science-stack
./data-science-stack setup-system
sudo reboot
- Update and source
~/.zshrc
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
| Wow... Loved this place. | |
| Crust is not good. | |
| Not tasty and the texture was just nasty. | |
| Stopped by during the late May bank holiday off Rick Steve recommendation and loved it. | |
| The selection on the menu was great and so were the prices. | |
| Now I am getting angry and I want my damn pho. | |
| Honeslty it didn't taste THAT fresh.) | |
| The potatoes were like rubber and you could tell they had been made up ahead of time being kept under a warmer. | |
| The fries were great too. | |
| A great touch. |
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
| # install Drak Paster theme | |
| https://iterm2colorschemes.com/ | |
| # Install zsh https://ohmyz.sh/ | |
| $ sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
| # Themes with commit time: | |
| # ZSH_THEME="smt" | |
| # ZSH_THEME="hyperzsh" https://github.com/tylerreckart/hyperzsh | |
| # ZSH_THEME="nt9" https://github.com/lenguyenthanh/nt9-oh-my-zsh-theme |
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
| EMOJI=(💩 🎨 🍕 ☕️ 💀 🐷 🐼 🐶 🐸 🐧 🐳 🍔 🍣 🍻 🔮 💰 💎 💜 🍪 🐌 ) | |
| function random_emoji { | |
| echo -n "$EMOJI[$RANDOM%$#EMOJI+1]" | |
| } | |
| # The prompt | |
| #PROMPT='%D{%H:%M} $(_python_venv)%{$fg[cyan]%}%c $(git_prompt_info)%{$reset_color%}$(_git_time_since_commit)$(git_prompt_status)${_return_status}➜ ' | |
| # Prompt with SHA |
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
| # Copy and self modified from ys.zsh-theme, the one of default themes in master repository | |
| # Clean, simple, compatible and meaningful. | |
| # Tested on Linux, Unix and Windows under ANSI colors. | |
| # It is recommended to use with a dark background and the font Inconsolata. | |
| # Colors: black, red, green, yellow, *blue, magenta, cyan, and white. | |
| # http://xiaofan.at | |
| # 2 Jul 2015 - Xiaofan | |
| # Machine name. | |
| function box_name { |
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
| <link href="../core-icon-button/core-icon-button.html" rel="import"> | |
| <link href="../core-toolbar/core-toolbar.html" rel="import"> | |
| <link href="../core-drawer-panel/core-drawer-panel.html" rel="import"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| #design_host { | |
| position: absolute; |