Skip to content

Instantly share code, notes, and snippets.

View theJaxon's full-sized avatar

Jaxon theJaxon

View GitHub Profile
font:
normal:
family: Fira Code
# Colors (Material Theme)
colors:
# Default colors
primary:
background: '0x1e282d'
foreground: '0xc4c7d1'
@theJaxon
theJaxon / add.sh
Last active November 23, 2020 12:35 — forked from matti/add.sh
alpine docker add package from edge [testing/community]
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
@theJaxon
theJaxon / ansible-galaxy-find-role-id.sh
Created November 21, 2020 19:13 — forked from pavlov99/ansible-galaxy-find-role-id.sh
Find your role's id in ansible-galaxy
$ ansible-galaxy info YourUser.RoleName | grep -E 'id: [0-9]' | awk {'print $2'}
@theJaxon
theJaxon / tilix.dconf
Created May 19, 2020 23:42
tilix configuration , dumped using `dconf dump /com/gexperts/Tilix/ > ~/tilix.dconf` and can be imported using `dconf load /com/gexperts/Tilix/ < ~/tilix.dconf`
[/]
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'
@theJaxon
theJaxon / settings.json
Created April 14, 2020 15:11
VS Code settings %APPDATA%\Code\User\settings. json.
{
"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.
@theJaxon
theJaxon / README.md
Last active February 7, 2021 09:13 — forked from joyrexus/README.md
collapsible markdown

collapsible markdown?

@theJaxon
theJaxon / init.vim
Created March 30, 2020 15:59
neovim configuration ~/.config/nvim/init.vim
call plug#begin()
" xcode theme
Plug 'arzg/vim-colors-xcode'
@theJaxon
theJaxon / .vimrc
Created March 28, 2020 09:46
Vim configuration ~/.vimrc
" show line numbers
set nu
@theJaxon
theJaxon / profiles.json
Last active March 30, 2020 11:56
WSL Terminal settings
{
"$schema": "https://aka.ms/terminal-profiles-schema",
// default is Ubuntu 18.04
"defaultProfile": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
"profiles":
{
"defaults":
{