Install Ubuntu
sudo apt -y update && sudo apt -y upgrade && sudo apt -y autoremove
sudo apt -y install kitty
mkdir ~/.config/kitty
[user] | |
name = Maria Rabelero | |
email = [email protected] | |
[core] | |
editor = vim | |
pager = diff-so-fancy | less --tabs=4 -RF | |
[alias] | |
co = checkout | |
br = branch | |
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit |
#========================================== | |
# | |
# Start env | |
# ---------------------------------------- | |
# conda activate smalld | |
# jupyter lab | |
# | |
# Stop env | |
# ---------------------------------------- | |
# conda deactivate |
{ | |
"font_face": "SauceCodePro Nerd Font, Light", | |
"font_size": 11, | |
"font_options": ["gray_antialias", "subpixel_antialias"], | |
"word_separators": "./\\()\\'-:,.;<>~!@#%^&*|+=[]{}`~?", | |
"margin": 0, | |
"fade_fold_buttons": false, | |
"rulers": [80], | |
"ruler_style": "solid", | |
"spell_check": true, |
#========================================== | |
# | |
# Start env | |
# ---------------------------------------- | |
# conda activate bigd | |
# jupyter lab | |
# | |
# Stop env | |
# ---------------------------------------- | |
# conda deactivate |
tar -xf ~/Downloads/oreo-spark-purple-cursors.tar.gz -C ~/.icons
gsettings set org.gnome.desktop.interface cursor-theme oreo_spark_purple_cursors
*.csv | |
*.css | |
*.html | |
*.xml | |
*.txt | |
*.rst | |
*.min.js | |
*.built.js | |
*.bundle.js | |
*.js.fixed |
# 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 \