Skip to content

Instantly share code, notes, and snippets.

View xsqf's full-sized avatar
🏁
🏎️ 💨 ✨

sqfomon xsqf

🏁
🏎️ 💨 ✨
View GitHub Profile
@xsqf
xsqf / .aliases
Last active December 26, 2024 20:36
aliasconfig
#!/usr/bin/env bash
# go dev
alias godev="cd ~/dev/"
# config management
alias aliasconfig="subl $ZSH_CUSTOM/.aliases"
alias zshconfig="subl ~/.zshrc"
# do not "source ~/.zshrc" as it can have unintended consequences.
alias zshrefresh="exec zsh"
@xsqf
xsqf / .zshrc
Last active December 26, 2024 20:27
zshconfig
# 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/.oh-my-zsh"
# Hide both user and hostname from prompt unless USER ≠ DEFAULT_USER
DEFAULT_USER="$(whoami)"
# TEMPFIX if developing as two admin users on same machine
@xsqf
xsqf / .hyper.js
Last active December 26, 2024 19:36
hyper config
"use strict";
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
rainglow: 'lavender',
updateChannel: 'stable',