Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freekmurze/dotfiles
My personal dotfiles
https://github.com/freekmurze/dotfiles
bash dotfiles shell terminal zsh
Last synced: 25 days ago
JSON representation
My personal dotfiles
- Host: GitHub
- URL: https://github.com/freekmurze/dotfiles
- Owner: freekmurze
- Created: 2014-05-06T15:49:48.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T11:53:43.000Z (6 months ago)
- Last Synced: 2024-10-05T06:36:08.208Z (about 1 month ago)
- Topics: bash, dotfiles, shell, terminal, zsh
- Language: Shell
- Homepage: https://freek.dev
- Size: 3.34 MB
- Stars: 653
- Watchers: 19
- Forks: 181
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My personal dotfiles
My personal dotfiles. Also used by nearly all other geeks at [spatie.be](http://spatie.be) and [the amazing Frederick Vanbrabant](https://twitter.com/maybeFrederick/status/912620087538016257).
It contains the installation of some basic tools, some handy aliases and functions. Backups of settings are done via [Mackup](https://github.com/lra/mackup).
You can install them by cloning the repository as `.dotfiles` in your home directory and running the bootstrap script.
```
git clone [email protected]:freekmurze/dotfiles.git .dotfiles
cd .dotfiles
./bootstrap
```The bootstrap script can be run by cd-ing into the `.dotfiles` directory and performing this command:
```bash
./bootstrap
```Feel free to create an issue on this repo if you have any questions about them.
![screenshot](https://freekmurze.github.io/dotfiles/screenshot.png)