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
| --- | |
| # | |
| # iOS Dark Mode Theme | |
| # | |
| ios-dark-mode: | |
| # Global | |
| background-image: "center / cover no-repeat fixed url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAASABIAAD/4QBYRXhpZgAATU0AKgAAAAgAAgESAAMAAAABAAEAAIdpAAQAAAABAAAAJgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAHgKADAAQAAAABAAAHgAAAAAD/7QA4UGhvdG9zaG9wIDMuMAA4QklNBAQAAAAAAAA4QklNBCUAAAAAABDUHYzZjwCyBOmACZjs+EJ+//4ANE9wdGltaXplZCBieSBKUEVHbWluaSAzLjE0LjEyLjcxOTAxNzA2IDB4NjI3Mjg0NDgA/9sAQwAFAgICAgIDAgIDBAMDAwQLBAQEBAUHBQsFCw8PEREQDxAQEhQYFRITFxMICxcdFxgaGxwcHAwOHyEfHSEbHR0c/9sAQwEFBQUHAwcNBwcNHBMQExwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwc/8AAEQgHgAeAAwEiAAIRAQMRAf/EABwAAQEBAQEBAQEBAAAAAAAAAAABAgMFBAYHCP/EACQQAQEBAQEAAwEBAQEAAgMAAAABEgIRITFBYYFRcSJCscHw/8QAGwEBAQEBAQEBAQAAAAAAAAAAAAECAwUGBAf/xAAZEQEBAQEBAQAAAAAAAAAAAAAAEQExIQL/2gAMAwEAAhEDEQA/AP8AIIZHpNgACgAAAAvAAAAF6AKoCqAodEyZUURQVQBQAAAUAFBcgCCgtQXKZVQBoUAABQAABQFBegAoADQAoAKCigAAAAAKAAACgKZVUAAAXi9BQAAQAAAAAUAFAAUAFAAAAAXIAosABQAAAAAAAFAUAAQAAAQAEUAAAABQUBAARVUBABGgAFARV5VFRQBBRVRUUaZ |
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
| #!/bin/bash | |
| set -eo pipefail | |
| export KUBE_NAMESPACE=test | |
| export REPLICA_COUNT=3 | |
| cat <<EOF | kubectl apply -f - | |
| apiVersion: apps/v1beta1 | |
| kind: StatefulSet |
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
| $env:PSModulePath = $env:PSModulePath + "$([System.IO.Path]::PathSeparator)" + "C:\Users\tluij\OneDrive\Documenten\WindowsPowerShell\Modules" | |
| Import-Module posh-git | |
| Import-Module oh-my-posh | |
| Set-Theme Paradox | |
| function Get-LogColor { | |
| Param([Parameter(Position=0)] | |
| [String]$LogEntry) |
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
| " Activate all the handy windows key bindings we are used to | |
| source $VIMRUNTIME/mswin.vim | |
| behave mswin | |
| " ================ Plugin Management ==================== | |
| set nocompatible " be iMproved, required | |
| filetype off " required | |
| " set the runtime path to include Vundle and initialize | |
| set rtp+=$HOME/vimfiles/bundle/Vundle.vim/ |
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
| // To view the default settings, hold "alt" while clicking on the "Settings" button. | |
| // For documentation on these settings, see: https://aka.ms/terminal-documentation | |
| { | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| "requestedTheme": "Ubuntu", | |
| "defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
| "showTerminalTitleInTitlebar": true, | |
| "initialCols": 180, | |
| "initialRows": 30, |