Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drujensen/dotbash
Dot Bash and other config settings
https://github.com/drujensen/dotbash
Last synced: 10 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T15:33:42.000Z (24 days ago)
- Last Synced: 2024-11-28T16:33:32.899Z (24 days ago)
- Language: Shell
- Size: 40 KB
- Stars: 0
- Watchers: 3
- 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