https://github.com/drujensen/dotbash
Dot Bash and other config settings
https://github.com/drujensen/dotbash
Last synced: 2 months ago
JSON representation
Dot Bash and other config settings
- Host: GitHub
- URL: https://github.com/drujensen/dotbash
- Owner: drujensen
- Created: 2016-07-08T03:56:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-16T01:19:34.000Z (3 months ago)
- Last Synced: 2025-04-16T02:18:38.852Z (3 months ago)
- Language: Shell
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Setup system
## Install
```
git clone [email protected]:drujensen/dotbash.git .bash
ln -sf .bash/gitconfig .gitconfig
ln -sf .bash/bash_profile .bash_profile
```## Mac
```
ln -sf .bash/mac/bashrc .bashrc
```## Linux
```
ln -sf .bash/linux/bashrc .bashrc
```### nodenv, rbenv, pyenv, goenv, swiftenv
```
curl -fsSL https://github.com/nodenv/nodenv-installer/raw/HEAD/bin/nodenv-installer | bashgit clone https://github.com/rbenv/rbenv.git ~/.rbenv
curl https://pyenv.run | bash
git clone https://github.com/go-nv/goenv.git ~/.goenv
git clone https://github.com/kylef/swiftenv.git ~/.swiftenv