Skip to content

Instantly share code, notes, and snippets.

extensions

Bracket Pair Colorizer 2
Color Highlight
DotENV
file-icons

<!-- js -->
esbenp.prettier-vscode
@dortamiguel
dortamiguel / mariana.tmTheme
Created June 13, 2021 20:42
mariana.tmTheme
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Mariana</string>
<key>author</key>
<string>Sublime HQ Pty Ltd, Dmitri Voronianski</string>
<key>settings</key>
<array>
@dortamiguel
dortamiguel / sublime_setup.md
Last active June 14, 2021 22:13
Sublime Text 4 setup

Sublime Text 4 Setup

plugins

FileIcons
PackageResourceViewer
Open URL
GitSavvy
Sidebar Tools
SyncedSideBar
@dortamiguel
dortamiguel / sublime_setup.md
Last active June 7, 2021 08:49
sublime text setup
{
  "font_size": 18,
  "theme": "Adaptive.sublime-theme",
  "color_scheme": "Packages/Color Scheme - Default/Mariana.sublime-color-scheme",
  "font_face": "SF Mono",
  "always_show_minimap_viewport": false,
  "animation_enabled": false,
  "caret_style": "phase",
@dortamiguel
dortamiguel / vscode_settings.json
Last active July 7, 2018 13:35
vscode settings
{
"editor.insertSpaces": false,
"editor.tabSize": 4,
"editor.detectIndentation": false,
"workbench.startupEditor": "newUntitledFile",
"telemetry.enableTelemetry": false,
"editor.fontFamily": "SFMono-regular",
"editor.fontSize": 16,
"files.autoSave": "onFocusChange",
"editor.multiCursorModifier": "ctrlCmd",

Install

brew install vim
mkdir ~/.vim_tmp

Config

syntax on
set showmatch
@dortamiguel
dortamiguel / install.sh
Last active September 29, 2017 08:03 — forked from ajohnclark/install.sh
sublime text 3 fedora 26 build_3143
#!/bin/sh
SHORTCUT="[Desktop Entry]
Name=Sublime Text 3
Comment=Edit text files
Exec=/opt/subl3/sublime_text
Icon=/opt/subl3/Icon/128x128/sublime-text.png
Terminal=false
Type=Application
Encoding=UTF-8
Categories=Utility;TextEditor;"
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout some time, delete
# this file and re-run i3-config-wizard(1).
#
# i3 config file (v4)
#
# Please see https://i3wm.org/docs/userguide.html for a complete reference!

Sublime Text 3 configuration

subl config

ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl

Custom color schemes