#source ~/.p10k.zsh
#os_icon # os identifier
typeset -g POWERLEVEL9K_DIR_BACKGROUND=169
| # 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 = [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": "Maple Mono", | |
| "font_size": 13, | |
| "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