https://github.com/pedelman/.dotfiles
Dotfiles using GNU Stow
https://github.com/pedelman/.dotfiles
dotfiles gnu-stow neovim
Last synced: 3 months ago
JSON representation
Dotfiles using GNU Stow
- Host: GitHub
- URL: https://github.com/pedelman/.dotfiles
- Owner: pedelman
- Created: 2024-06-29T01:13:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T01:49:09.000Z (almost 2 years ago)
- Last Synced: 2024-06-29T02:31:40.190Z (almost 2 years ago)
- Topics: dotfiles, gnu-stow, neovim
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
This project is designed to be run using GNU Stow. You can also manage the symlinks yourself or
copy the files manually.
First, make sure you [install Homebrew](https://brew.sh/).
- Clone this project into your home directory
- Navigate into dotfiles repo `cd ~/.dotfiles`
- Install Homebrew dependencies `brew bundle`
- `stow git nvim tmux zsh` (or pick a subset to apply)
### Global gitignore
Make sure you use an absolute path for the global gitignore configuration.
```
git config --global core.excludesfile ~/.gitignore_global
```