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
# $ cat install.sh | |
# /bin/bash | |
set -e | |
# Clone and compile | |
git clone https://github.com/google/jsonnet.git | |
cd jsonnet | |
make |
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
#!/bin/bash | |
# Install java packages + javafx | |
sudo apt-get install default-jdk | |
sudo apt-get install openjfx | |
# Download Jabref | |
sudo wget -P /etc/jabref -O jabref.jar https://www.fosshub.com/JabRef.html/JabRef-4.2.jar | |
# Create startup script | |
sudo mkdir /etc/jabref |
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
# i3 config file (v4) | |
# | |
# Please see https://i3wm.org/docs/userguide.html for a complete reference! | |
# set windows key as mod-key | |
set $mod Mod4 | |
# Font for window titles. Will also be used by the bar unless a different font | |
# is used in the bar {} block below. | |
# The following packages are required: pacman -S ttf-roboto otf-font-awesome |
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
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
# Path to your oh-my-zsh installation. | |
export ZSH="/home/chris/.oh-my-zsh" | |
# Set name of the theme to load --- if set to "random", it will | |
# load a random theme each time oh-my-zsh is loaded, in which case, | |
# to know which specific one was loaded, run: echo $RANDOM_THEME | |
# See https://github.com/robbyrussell/oh-my-zsh/wiki/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
#!/bin/bash | |
###################################################### | |
# Basic settings | |
###################################################### | |
# server base directory | |
RAGNAROK_DIR=/rAthena | |
# mysql database settings | |
MYSQL_ROOT_PW="changeme" |
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
################################################################################ | |
# World server configuration # | |
################################################################################ | |
[MangosdConf] | |
ConfVersion=2017021400 | |
################################################################################ | |
# CONNECTIONS AND DIRECTORIES | |
# |
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
##################################### | |
# MaNGOS Configuration file # | |
##################################### | |
[MangosdConf] | |
ConfVersion=2019020601 | |
################################################################################################################### | |
# CONNECTIONS AND DIRECTORIES | |
# |
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
#!/bin/bash | |
# your server name goes here | |
server=https://my.k8s.cluster:6443 | |
# the name of the secret containing the service account token goes here | |
name=super-secret-token-2l269 | |
# the namespace containing the secret | |
namespace=kube-system | |
# don't touch this! |
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
# Configure, Unify, Execute. | |
# CUE is an open source data constraint language which aims to simplify tasks involving defining and using data. | |
# It is a superset of JSON, allowing users familiar with JSON to get started quickly. | |
# Maintainer: Christian Bargmann <[email protected]> | |
pkgname=cuelang-cue-git | |
pkgver=r157.ad10d9d | |
pkgrel=1 | |
pkgdesc='The CUE Data Constraint 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
####### Shortcut Hotkeys ############# | |
# open terminal | |
alt - return : open -n /Applications/Alacritty.app | |
# restart Yabi, SpaceBar, and SKHD | |
alt + shift - r : \ | |
launchctl kickstart -k "gui/${UID}/homebrew.mxcl.yabai"; \ | |
skhd --reload | |
OlderNewer