diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2022-10-26 11:10:13 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2022-10-26 11:10:13 -0400 |
| commit | 6b6e91707ecf621a0bedad154351db8f1ccc2123 (patch) | |
| tree | e0bed306b683c344e3f429817b1ef04daba1c2f6 /.config/macosProfile | |
| parent | 161a1bfb0b3e75e9f5241cd7dd8aafec455a67d5 (diff) | |
Working on merging to one branch
Diffstat (limited to '.config/macosProfile')
| -rw-r--r-- | .config/macosProfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.config/macosProfile b/.config/macosProfile new file mode 100644 index 0000000..569c8d0 --- /dev/null +++ b/.config/macosProfile @@ -0,0 +1,22 @@ +eval "$(/opt/homebrew/bin/brew shellenv)" +export CEDEV=/opt/CEdev +export ProMust=/opt/ProjectMustang +export PATH=$ProMust/bin:~/.local/bin:$CEDEV/bin:$PATH:$HOME/Library/Python/3.9/bin:$HOME/go/bin + +export EDITOR=nvim +export HOMEBREW_EDITOR=nvim + +# Shell settings +export shColor=green +# export comSym=λ +export comSym= + +# Setting up XDG Dirs +export XDG_CONFIG_HOME=$HOME/.config +export XDG_CACHE_HOME=$HOME/.cache +export XDG_DATA_HOME=$HOME/.local/share + +# Moving Folder and Files from ~/ +export LESSHISTFILE=- +export ENV="$XDG_CONFIG_HOME"/shells/ksh/kshrc +export ZDOTDIR="$XDG_CONFIG_HOME"/shells/zsh |
