Skip to content

Instantly share code, notes, and snippets.

View cfsanderson-fulcrum's full-sized avatar
🤓

Caleb Frost Sanderson cfsanderson-fulcrum

🤓
View GitHub Profile
@cfsanderson-fulcrum
cfsanderson-fulcrum / aliases.zsh
Created March 16, 2022 17:50
Aliases (~/oh-my-zsh/custom/aliases.zsh)
#===============================================================================
# ___
# ____ _/ (_)___ _________ _____
# / __ `/ / / __ `/ ___/ _ \/ ___/
# / /_/ / / / /_/ (__ ) __(__ )
# \__,_/_/_/\__,_/____/\___/____/
#
#===============================================================================
# @cfsanderson
#===============================================================================
# __
# ____ _____/ /_ __________
# /_ / / ___/ __ \/ ___/ ___/
# / /_(__ ) / / / / / /__
# /___/____/_/ /_/_/ \___/
#
#===============================================================================
# @cfsanderson
" ~/.config/nvim/plug-config/
let g:coc_global_extensions = ['coc-snippets', 'coc-scssmodules', 'coc-prettier', 'coc-pairs', 'coc-tsserver', 'coc-eslint', 'coc-prettier', 'coc-json', 'coc-marketplace', 'coc-markdownlint', 'coc-html']
# See this wiki page for more info:
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
print_info() {
info title
info underline
info "OS" distro
info "Host" model
info "Kernel" kernel
info "Uptime" uptime
@cfsanderson-fulcrum
cfsanderson-fulcrum / .tmux.conf
Last active March 16, 2022 17:32
Tmux configuration with status line and tmux-mem-cpu-load
#==============================================================================
# __
# / /_____ ___ __ ___ __
# / __/ __ `__ \/ / / / |/_/
# / /_/ / / / / / /_/ /> <
# \__/_/ /_/ /_/\__,_/_/|_|
#
#==============================================================================
# @cfsanderson
@cfsanderson-fulcrum
cfsanderson-fulcrum / alacritty.yml
Last active March 16, 2022 17:30
Alacritty conf
#==============================================================================
# __ _ __ __
# ____ _/ /___ ___________(_) /_/ /___ __
# / __ `/ / __ `/ ___/ ___/ / __/ __/ / / /
# / /_/ / / /_/ / /__/ / / / /_/ /_/ /_/ /
# \__,_/_/\__,_/\___/_/ /_/\__/\__/\__, /
# /____/
#==============================================================================
# @cfsanderson
@cfsanderson-fulcrum
cfsanderson-fulcrum / wezterm.lua
Last active September 16, 2023 21:40
My Wezterm config.
--==============================================================================
-- __
-- _ _____ ____ / /____ _________ ___
-- | | /| / / _ \/_ / / __/ _ \/ ___/ __ `__ \
-- | |/ |/ / __/ / /_/ /_/ __/ / / / / / / /
-- |__/|__/\___/ /___/\__/\___/_/ /_/ /_/ /_/
--
--==============================================================================
-- @cfsanderson