https://github.com/bew/dotfiles
All my dotfiles in one place!
https://github.com/bew/dotfiles
Last synced: 12 months ago
JSON representation
All my dotfiles in one place!
- Host: GitHub
- URL: https://github.com/bew/dotfiles
- Owner: bew
- Created: 2020-02-10T23:59:16.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-06-13T15:27:36.000Z (about 1 year ago)
- Last Synced: 2025-06-20T12:51:28.764Z (12 months ago)
- Language: Lua
- Homepage:
- Size: 39.2 MB
- Stars: 48
- Watchers: 2
- Forks: 3
- Open Issues: 71
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bew's dotfiles :)
My personal dotfiles.
Don't clone and run this as is, but feel free to take a look and steal parts/ideas.
Open an issue if you have any questions, happy to help.
---
## Installation
```sh
# Clone the repository
git clone git@github.com:bew/dotfiles.git ~/.config/dotfiles
# Install all the symlinks
~/.config/dotfiles/install_bruteforce.zsh --dry-run
```
Check READMEs in nvim/ & zsh/
### Home environment managed by Nix
TODO: add bootstrap commands for home managed by Nix!
## git lfs
Some big binaries are tracked using git-lfs, you'll need to install it in your environment, then ask it to install itself in your project's git config with:
```
git lfs install --local
```