Skip to content

mgaut72/config

Repository files navigation

Config

Dotfiles and Other Configuration

Clone / Init on New Machine

Init Script Gist

curl -Lks https://git.io/mgaut72-config-clone | /bin/sh

Run .cfg.bootstrap.sh to install and instantiate templates

.local files

Have non-generic stuff? don't put it in here. Instead, source/reference a .local file from a file included here. Ex: .zshrc

# other zshrc stuff
# ...
[ -f ~/.zshrc.local ] && source ~/.zshrc.local

Auto-TMUX when SSHing onto a remote desktop

Now when I ssh onto my remote desktop, I resume any previous ssh session. To sign off of my remote desktop for the day, I first DETACH FROM TMUX, then logout of the remote desktop.

Env Config Inspiration

Check means implemented, unchecked is potential stuff to try

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published