Mix.install(
[
{:nestru, "~> 0.3.2"},
{:jason, "~> 1.3"},
{:ex_json_schema, "~> 0.9.2"},
{:ecto_sql, "~> 3.7"},
{:postgrex, "~> 0.16.1"},
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// list installed extensions with `code --list-extensions > extensions.txt` | |
// reinstall extensions with `grep -v '^//' extensions.txt | xargs -L 1 code --install-extension` | |
akamud.vscode-theme-onedark | |
kkalita.dark-plus-elixir | |
johnpapa.vscode-peacock | |
searking.preview-vscode | |
actboy168.tasks | |
cameron.rerun-last-command |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"global": { | |
"ask_for_confirmation_before_quitting": true, | |
"check_for_updates_on_startup": true, | |
"show_in_menu_bar": true, | |
"show_profile_name_in_menu_bar": false, | |
"unsafe_ui": false | |
}, | |
"profiles": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>DVTConsoleDebuggerInputTextColor</key> | |
<string>0.972549 0.972549 0.94902 1</string> | |
<key>DVTConsoleDebuggerInputTextFont</key> | |
<string>Monaco - 12.0</string> | |
<key>DVTConsoleDebuggerOutputTextColor</key> | |
<string>0.972549 0.972549 0.94902 1</string> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"backcolor": "#222222", | |
"name": "PC Keyboard layout to program in Swift language on macOS Sierra.", | |
"author": "Ivan Rublev, 2017." | |
}, | |
[ | |
{ | |
"c": "#282828", | |
"t": "#aaaaaa", |