Append to /etc/zshrc and /etc/bashrc if missing.
# Nix
if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
. '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
fi
# End Nix| #!/usr/bin/env bash | |
| USER=development | |
| PASSWORD=development | |
| VHOST=development | |
| set -eux | |
| rabbitmqctl add_user "$USER" "$PASSWORD" | |
| rabbitmqctl set_user_tags "$USER" administrator |
Append to /etc/zshrc and /etc/bashrc if missing.
# Nix
if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
. '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
fi
# End Nix| // | |
| // AppDelegate.swift | |
| // test | |
| // | |
| // Created by IOANNIS DELIGIANNIS on 1/2/16. | |
| // Copyright © 2016 IOANNIS DELIGIANNIS. All rights reserved. | |
| // | |
| import Cocoa |
| // Run any SwiftUI view as a Mac app. | |
| import Cocoa | |
| import SwiftUI | |
| NSApplication.shared.run { | |
| VStack { | |
| Text("Hello, World") | |
| .padding() | |
| .background(Capsule().fill(Color.blue)) |
| { | |
| "logging": { | |
| "logs": { | |
| "default": { | |
| "level": "DEBUG" | |
| } | |
| } | |
| }, | |
| "admin": { | |
| "listen": ":2020", |
| /* eslint-disable @typescript-eslint/no-var-requires */ | |
| /* | |
| Usage: modify package.json | |
| "scripts": { | |
| ... | |
| "routes": "vue-cli-service routes" | |
| }, | |
| "vuePlugins": { |
| [wsl2] | |
| kernel= # An absolute Windows path to a custom Linux kernel. | |
| memory= # How much memory to assign to the WSL2 VM. | |
| processors= # How many processors to assign to the WSL2 VM. | |
| swap= # How much swap space to add to the WSL2 VM. 0 for no swap file. | |
| swapFile= # An absolute Windows path to the swap vhd. | |
| localhostForwarding= # Boolean specifying if ports bound to wildcard or localhost in the WSL2 VM should be connectable from the host via localhost:port (default true). | |
| # entries must be absolute Windows paths with escaped backslashes, for example C:\\Users\\Ben\\kernel | |
| # entries must be size followed by unit, for example 8GB or 512MB |
| https://cdn.jsdelivr.net/gh/wernight/powerline-web-fonts@ba4426cb0c0b05eb6cb342c7719776a41e1f2114/PowerlineFonts.css | |
| https://fontlibrary.org/face/go-mono |
| # i3blocks config file | |
| # | |
| # Please see man i3blocks for a complete reference! | |
| # The man page is also hosted at http://vivien.github.io/i3blocks | |
| # | |
| # List of valid properties: | |
| # | |
| # align | |
| # color | |
| # command |