Compare commits
2 Commits
f5fd3c0344
...
7b32562073
Author | SHA1 | Date | |
---|---|---|---|
7b32562073 | |||
3baeceb707 |
@@ -1,5 +1,7 @@
|
|||||||
# Sunhat 👒
|
# Sunhat 👒
|
||||||
|
|
||||||
|
## This repo is broken kinda I wouldn't run this if I were you..
|
||||||
|
|
||||||
## A Fork of Omakub, turned into a Fedora Config
|
## A Fork of Omakub, turned into a Fedora Config
|
||||||
|
|
||||||
### Note: This is my personal config. I wouldn't necessarily recommend using it.
|
### Note: This is my personal config. I wouldn't necessarily recommend using it.
|
||||||
|
@@ -17,9 +17,10 @@ export PYENV_ROOT="$HOME/.pyenv"
|
|||||||
export PNPM_HOME="$HOME/.local/share/pnpm"
|
export PNPM_HOME="$HOME/.local/share/pnpm"
|
||||||
export NVM_DIR="$HOME/.nvm"
|
export NVM_DIR="$HOME/.nvm"
|
||||||
export ANDROID_SDK_HOME="$HOME/.local/share/Android"
|
export ANDROID_SDK_HOME="$HOME/.local/share/Android"
|
||||||
|
export GOPATH="$HOME/.local/share/go"
|
||||||
|
|
||||||
# Set complete path
|
# Set complete path
|
||||||
export PATH="$HOME/bin:$HOME/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$SUNHAT_PATH/bin:$BUN_INSTALL/bin:$CARGO_PATH/bin:$PNPM_HOME:$PYENV_ROOT/bin:$HOME/.rbenv/bin:/usr/lib/ccache/bin/"
|
export PATH="$HOME/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$SUNHAT_PATH/bin:$BUN_INSTALL/bin:$CARGO_PATH/bin:$PNPM_HOME:$PYENV_ROOT/bin:$HOME/.rbenv/bin:/usr/lib/ccache/bin/:$GOPATH/bin"
|
||||||
|
|
||||||
# Nvm
|
# Nvm
|
||||||
set -h
|
set -h
|
||||||
|
Reference in New Issue
Block a user