Skip to content

Instantly share code, notes, and snippets.

View TylerJaacks's full-sized avatar
🎯
Focusing

Tyler Jaacks TylerJaacks

🎯
Focusing
View GitHub Profile
@TylerJaacks
TylerJaacks / .zshrc
Last active September 21, 2019 22:04
# Luke's config for the Zoomer Shell
# Enable colors and change prompt:
autoload -U colors && colors
PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "
# History in cache directory:
HISTSIZE=10000
SAVEHIST=10000
HISTFILE=~/.cache/zsh/history
#! /bin/bash
# Xcode Uninstaller
echo -e "Welcome to Xcode Uninstaller\n"
root_user_check() {
if [[ $EUID -ne 0 ]]; then
echo "Xcode Uninstaller must run in root."
exit 1
fi
@TylerJaacks
TylerJaacks / config
Created September 6, 2018 00:45
i3 Config
# #---Basic Definitions---# #
for_window [class="^.*"] border pixel 2
gaps inner 15
gaps outer 15
set $term urxvt
set $mod Mod4
set $BROWSER firefox
# #--Font--# #