- https://iterm2.com
- https://www.sublimetext.com
- Install ttf or oft fonts Martian, Maple, opendyslexic
- Show hidden files https://www.insanelymac.com/blog/view-hidden-files-on-mac/
defaults write com.apple.finder AppleShowAllFiles true
killall Finder
| # daivasmara.zsh-theme, based on smt | |
| # Enable https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/conda-env/README.md | |
| MODE_INDICATOR="%{$fg_bold[red]%}❮%{$reset_color%}%{$fg[red]%}❮❮%{$reset_color%}" | |
| local return_status="%{$fg[red]%}%(?..⏎)%{$reset_color%} " | |
| ZSH_THEME_GIT_PROMPT_PREFIX="|" | |
| ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" | |
| ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%} ⚡%{$reset_color%}" | |
| ZSH_THEME_GIT_PROMPT_AHEAD="%{$fg_bold[red]%} !%{$reset_color%}" |
defaults write com.apple.finder AppleShowAllFiles true
killall Finder
| # 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 = maria.rabelero@gmail.com | |
| [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 |