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
font: | |
normal: | |
family: Fira Code | |
# Colors (Material Theme) | |
colors: | |
# Default colors | |
primary: | |
background: '0x1e282d' | |
foreground: '0xc4c7d1' |
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
apk add --no-cache | |
-X http://dl-cdn.alpinelinux.org/alpine/edge/testing \ | |
-X http://dl-cdn.alpinelinux.org/alpine/edge/community \ | |
# Package buildah is from testing | |
buildah \ | |
# Package docker-cli is from community | |
docker-cli |
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
$ ansible-galaxy info YourUser.RoleName | grep -E 'id: [0-9]' | awk {'print $2'} |
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
[/] | |
quake-specific-monitor=0 | |
terminal-title-style='none' | |
theme-variant='system' | |
unsafe-paste-alert=false | |
use-tabs=true | |
warn-vte-config-issue=false | |
[keybindings] | |
session-add-down='<Super>h' |
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
{ | |
"workbench.startupEditor": "newUntitledFile", | |
"editor.fontSize": 16, | |
"workbench.colorTheme": "Pop N' Lock Theme by Luxcium ✨", | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true, | |
"editor.suggestSelection": "first", | |
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
"python.jediEnabled": false, | |
// Configure editor settings to be overridden for [yaml] language. |
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
call plug#begin() | |
" xcode theme | |
Plug 'arzg/vim-colors-xcode' | |
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
" show line numbers | |
set nu |
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
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
// default is Ubuntu 18.04 | |
"defaultProfile": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}", | |
"profiles": | |
{ | |
"defaults": | |
{ |