🥫My environment-in-a-can
Find a file
Marc Cataford 87676c4c69
Merge pull request #5 from mcataford/feat/commit-to-zsh
feat: adds expectation that zsh exists, remove shell detection
2023-12-16 00:45:35 -05:00
extras.vim feat: NVIM common config and setup 2022-11-05 12:53:26 -04:00
git_config Feat/git aliases (#3) 2022-11-19 11:29:45 -05:00
install.sh feat: adds expectation that zsh exists, remove shell detection 2023-12-16 00:44:51 -05:00
README.md feat: adds expectation that zsh exists, remove shell detection 2023-12-16 00:44:51 -05:00
shell_extras refactor: reduce sourcing (#4) 2023-05-29 00:31:52 -04:00

🥫Environment-in-a-can

Environment tweaks for everyday happiness.

Setup

git clone git@github.com:mcataford/env.git <path-of-your-choosing> | . ./install.sh

The setup script will look for pre-existing managed blocks and will not update the file if one is found.

Updating existing setups

Since the managed blocks only source the files in this repository, pulling in updates from remote should bring in any new tweaks you want to apply. If changes are made to the managed blocks, you will need to first remove them from where they live and rerun the setup script.

Structure

The package is structured as such:

env/
    install.sh # Adds bootstrap block to your shell's config file.
    shell_extras # Functions, aliases and exports for the shell.
    extras.vim # Common config for NVIM.

Adding code to shell_extras will add code that gets executed on shell-start.

Contributing

I'm not currently looking for contributions since this is mainly about standardizing my own setup across machines.