Install Ubuntu
sudo apt -y update && sudo apt -y upgrade && sudo apt -y autoremove
sudo apt -y install kitty
mkdir ~/.config/kitty
| # Install drupal/coder | |
| composer global require squizlabs/php_codesniffer ^3.0 | |
| composer global require drupal/coder ^8.3 | |
| composer global require dealerdirect/phpcodesniffer-composer-installer | |
| # Register Drupal and DrupalPractice Standard with PHPCS | |
| phpcs --config-set installed_paths ~/.composer/vendor/drupal/coder/coder_sniffer | |
| phpcs -i | |
| # Colorise output |
| [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 |