This file contains 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
#!/usr/bin/env bash | |
KONNECT_RUNTIME_PORT=8000 | |
KONNECT_API_URL= | |
KONNECT_USERNAME= | |
KONNECT_PASSWORD= | |
KONNECT_RUNTIME_REPO= | |
KONNECT_RUNTIME_IMAGE= | |
KONNECT_CP_ID= |
This file contains 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
Download iTerm | |
# Download Powerline Tools | |
https://github.com/powerline/fonts/archive/master.zip | |
Install Hack | |
# Setup iTerm | |
iTerm > Preferences > Appearance > Theme > Minimal | |
iTerm > Preferences > Profiles: | |
> Working Directory > Reuse previous sessions directory |
This file contains 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
# Setup Oh-My-ZSH | |
export ZSH="$HOME/.oh-my-zsh" | |
# Add wisely, as too many plugins slow down shell startup. | |
plugins=( | |
git | |
brew | |
zsh-autosuggestions | |
asdf | |
) |
This file contains 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
#EXTM3U | |
#EXTINF:-1,100% News | |
http://85.238.112.40:8810/hls_sec/239.33.16.32-.m3u8 | |
#EXTINF:-1,21 канал (Ужгород) | |
rtmp://213.174.8.15:1935/live/danio | |
#EXTINF:-1,24 Украiна | |
http://109.68.190.192:1935/WEB_Ukraine24/Ukraine24.stream/playlist.m3u8 | |
#EXTINF:-1,360 (Сургут) | |
rtmp://217.114.181.70/livepkgr/_definst_/tvcnew.flv | |
#EXTINF:-1,360 (Ярославль) |
This file contains 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
code --install-extension angryobject.react-pure-to-class-vscode | |
code --install-extension burkeholland.simple-react-snippets | |
code --install-extension christian-kohler.npm-intellisense | |
code --install-extension christian-kohler.path-intellisense | |
code --install-extension dbaeumer.vscode-eslint | |
code --install-extension dsznajder.es7-react-js-snippets | |
code --install-extension jebbs.plantuml | |
code --install-extension ms-vscode.sublime-keybindings | |
code --install-extension rebornix.Ruby | |
code --install-extension shardulm94.trailing-spaces |
This file contains 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
{ | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.snippetSuggestions": "top", | |
"editor.formatOnPaste": false, | |
"window.zoomLevel": 1, | |
"workbench.sideBar.location": "left", | |
"editor.minimap.enabled": false, | |
"editor.renderWhitespace": "none", | |
"git.autofetch": true, | |
"workbench.colorTheme": "One Dark Pro", |
This file contains 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>Ansi 0 Color</key> | |
<dict> | |
<key>Alpha Component</key> | |
<real>1</real> | |
<key>Blue Component</key> | |
<real>0.19370138645172119</real> |
This file contains 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
bindkey "[D" backward-word | |
bindkey "[C" forward-word | |
export PATH=/usr/local/bin:$PATH | |
# Path to your oh-my-zsh installation. | |
export ZSH=/Users/hugosequeira/.oh-my-zsh | |
# Set name of the theme to load. | |
# Look in ~/.oh-my-zsh/themes/ |
This file contains 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
{ | |
"bootstrapped": true, | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"A File Icon", | |
"GitGutter", | |
"Material Theme", |
This file contains 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
// Alerts | |
@include alert-variant($background, $border, $text-color); | |
// Background Variant | |
@include bg-variant($parent, $color); | |
// Border Radius | |
@include border-top-radius($radius); | |
@include border-right-radius($radius); | |
@include border-bottom-radius($radius); |
NewerOlder