Skip to content

Instantly share code, notes, and snippets.

View Buttars's full-sized avatar
😎
Coding Shiz

Landon Buttars Buttars

😎
Coding Shiz
View GitHub Profile
@Buttars
Buttars / taskwarrior3-build-failure.txt
Created August 10, 2024 21:28
Task Warrior 3 Build Failure on Nixos
sourcing setup hook '/nix/store/aqckch626lg0vxh41dabyzrq0jx7gdk5-cmake-3.29.6/nix-support/setup-hook'
sourcing setup hook '/nix/store/l014xp1qxdl6gim3zc0jv3mpxhbp346s-python3-3.12.4/nix-support/setup-hook'
sourcing setup hook '/nix/store/lixqzq525cw2l89z3nsayp2rmj1c93rg-install-shell-files/nix-support/setup-hook'
sourcing setup hook '/nix/store/b2n79s0vfxq86drqyk5808gfini5c4z1-cargo-setup-hook.sh/nix-support/setup-hook'
sourcing setup hook '/nix/store/dv5vgsw8naxnkcc88x78vprbnn1pp44y-patchelf-0.15.0/nix-support/setup-hook'
sourcing setup hook '/nix/store/i4iynx9axbq23sd0gyrc5wdb46zz6z8l-update-autotools-gnu-config-scripts-hook/nix-support/setup-hook'
sourcing setup hook '/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh'
sourcing setup hook '/nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh'
sourcing setup hook '/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh'
sourcing setup hook '/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh'
@Buttars
Buttars / compose.ymal
Created October 26, 2023 02:17
default-home-assistant-config
version: '3'
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- /PATH_TO_YOUR_CONFIG:/config
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
privileged: true
SandboxVars = {
VERSION = 4,
Zombies = 5,
Distribution = 1,
DayLength = 3,
StartYear = 1,
StartMonth = 7,
StartDay = 9,
StartTime = 2,
WaterShut = 2,
nightlengthmodifier=1.0
PVP=false
PauseEmpty=true
GlobalChat=true
ChatStreams=s,r,a,w,y,sh,f,all
Open=true
ServerWelcomeMessage=Welcome to Project Zomboid Multiplayer! <LINE> <LINE> To interact with the Chat panel: press Tab, T, or Enter. <LINE> <LINE> The Tab key will change the target stream of the message. <LINE> <LINE> Global Streams: /all <LINE> Local Streams: /say, /yell <LINE> Special Steams: /whisper, /safehouse, /faction. <LINE> <LINE> Press the Up arrow to cycle through your message history. Click the Gear icon to customize chat. <LINE> <LINE> Happy surviving!
LogLocalChat=false
AutoCreateUserInWhiteList=false
DisplayUserName=true
@Buttars
Buttars / rick-roll.js
Last active September 3, 2021 04:10
rick-roll-autoplay
var iframe = document.createElement("iframe");
iframe.src = "https://www.youtube.com/embed/dQw4w9WgXcQ?enablejsapi=1";
iframe.id = "player";
document.body.insertAdjacentElement("afterbegin", iframe);
console.log("running");
var tag = document.createElement("script");
tag.id = "iframe-demo";
tag.src = "https://www.youtube.com/iframe_api";
var firstScriptTag = document.getElementsByTagName("script")[0];
#!/usr/bin/env sh
# ____ _ _
#| __ ) _ _| |_| |_ __ _ _ __ ___
#| _ \| | | | __| __/ _` | '__/ __|
#| |_) | |_| | |_| || (_| | | \__ \
#|____/ \__,_|\__|\__\__,_|_| |___/
# _ _
# / \ _ __ ___| |__
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
# 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/buttars/.oh-my-zsh
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
ZSH_THEME="powerlevel9k/powerlevel9k"
@Buttars
Buttars / cloudSettings
Last active May 4, 2018 01:34
Visual Studio Code Sync Settings Gist
{"lastUpload":"2018-05-04T01:34:38.588Z","extensionVersion":"v2.9.2"}