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

https://github.com/bianchidotdev/dotfiles

Collection of terminal config files
https://github.com/bianchidotdev/dotfiles

Last synced: 4 months ago
JSON representation

Collection of terminal config files

Awesome Lists containing this project

README

          

# bash-settings
Settings and scripts for my bash shell

## Install
You can install all these dotfiles by wget'ing the install script and then running it. You can alternatively clone the repo into `${HOME}/.dotfiles`.
wget:
```sh
wget https://raw.githubusercontent.com/michaeldbianchi/dotfiles/master/install.sh
bash install.sh
```
clone:
```sh
git clone --recursive https://github.com/michaeldbianchi/dotfiles -b master ~/.dotfiles
bash ${HOME}/.dotfiles/install.sh
```

## Credit
Inspiration (and some code) taken from:

michaeljsmalley ([makesymlinks.sh](https://github.com/michaeljsmalley/dotfiles/blob/master/makesymlinks.sh))

gizmo385 ([update_dotfiles](https://github.com/gizmo385/dotfiles/blob/master/update_dotfiles))