Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duijf/dotfiles
A repository for all my configuration files (vim, zsh, etc.)
https://github.com/duijf/dotfiles
Last synced: 15 days ago
JSON representation
A repository for all my configuration files (vim, zsh, etc.)
- Host: GitHub
- URL: https://github.com/duijf/dotfiles
- Owner: duijf
- Created: 2012-10-08T20:11:27.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-09-26T22:21:22.000Z (about 1 year ago)
- Last Synced: 2023-09-27T04:59:17.421Z (about 1 year ago)
- Language: Vim Script
- Homepage:
- Size: 3.27 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
This is a repository containing my dotfiles. Features:
- Nix for declarative package management.
- Stow for dotfile management / symlinks.No overly complicated setup with `home-manager` or `nix-darwin`. Just the
basics to set up some useable devtools.## Bootstrap a new computer
```
# Get the repo
$ git clone https://github.com/duijf/dotfiles.git# Initialize submodules
$ git submodule update --init# Install the Nix package manager
$ ./bin/install-nix.sh# Install all dependencies / tools
$ sudo nix profile install .# Get the dotfiles in place. This uses GNU stow to create
# the symlinks.
$ stow tmux zsh git ...
```## macOS apps
- Hammerspoon
- Vimac