Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 | bash

git 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