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
- Host: GitHub
- URL: https://github.com/bianchidotdev/dotfiles
- Owner: bianchidotdev
- Created: 2018-04-23T20:52:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-07T17:07:09.000Z (almost 6 years ago)
- Last Synced: 2025-03-28T00:15:18.260Z (about 1 year ago)
- Language: Vim script
- Homepage:
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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))