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
| 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' |
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
| 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 |
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
| SandboxVars = { | |
| VERSION = 4, | |
| Zombies = 5, | |
| Distribution = 1, | |
| DayLength = 3, | |
| StartYear = 1, | |
| StartMonth = 7, | |
| StartDay = 9, | |
| StartTime = 2, | |
| WaterShut = 2, |
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
| 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 |
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
| 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]; |
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
| #!/usr/bin/env sh | |
| # ____ _ _ | |
| #| __ ) _ _| |_| |_ __ _ _ __ ___ | |
| #| _ \| | | | __| __/ _` | '__/ __| | |
| #| |_) | |_| | |_| || (_| | | \__ \ | |
| #|____/ \__,_|\__|\__\__,_|_| |___/ | |
| # _ _ | |
| # / \ _ __ ___| |__ |
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
| # | |
| # ~/.bashrc | |
| # | |
| # If not running interactively, don't do anything | |
| [[ $- != *i* ]] && return | |
| alias ls='ls --color=auto' | |
| PS1='[\u@\h \W]\$ ' |
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
| # 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" |
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
| {"lastUpload":"2018-05-04T01:34:38.588Z","extensionVersion":"v2.9.2"} |