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
- Host: GitHub
- URL: https://github.com/thibmaek/dotfiles
- Owner: thibmaek
- Created: 2016-09-08T15:01:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-08T12:01:05.000Z (almost 7 years ago)
- Last Synced: 2025-05-13T00:03:36.030Z (about 1 year ago)
- Topics: bash, brew, dotfiles, git, hyper, screen, shell
- Language: Vim script
- Homepage:
- Size: 20.1 MB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
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.