feat: split existing stuff into new atructure
This commit is contained in:
parent
38035a3c00
commit
29e363d419
13 changed files with 2178 additions and 0 deletions
6
.environment.d/path.env
Normal file
6
.environment.d/path.env
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Add directories to PATH
|
||||
export PATH="/opt/homebrew/bin:$PATH"
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
export PATH="$HOME/Library/Python/3.9/bin:$PATH"
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
export PATH="$HOME/bin:$PATH"
|
Loading…
Add table
Add a link
Reference in a new issue