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

https://github.com/thibmaek/dotfiles

✏️ Personal collection of dotfiles
https://github.com/thibmaek/dotfiles

bash brew dotfiles git hyper screen shell

Last synced: about 1 year ago
JSON representation

✏️ Personal collection of dotfiles

Awesome Lists containing this project

README

          

# Dotfiles


Roadmap

My personal collection of dotfiles for a macOS bash@4 env.
Comes with an installer script but can of course be copied file by file as well.

## Installing

```console
$ chmod +x bin/install_repository.sh
$ cd bin && ./install_repository.sh

From github.com:thibmaek/dotfiles
* branch master -> FETCH_HEAD
Already up to date.
This may overwrite existing files in your home directory. Are you sure? (y/n) y
building file list ... done
...

sent 5.12K bytes received 48 bytes 10.34K bytes/sec
total size is 17.56M speedup is 3397.49
```

## Updating to the latest version

Just run the install script again, it will detected changed files via the commits and only copy those to your home directory.