Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonburrus/dotfiles
My personal configuration files 🧩
https://github.com/brandonburrus/dotfiles
neovim zsh
Last synced: 3 days ago
JSON representation
My personal configuration files 🧩
- Host: GitHub
- URL: https://github.com/brandonburrus/dotfiles
- Owner: brandonburrus
- Created: 2022-05-07T19:10:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T18:45:04.000Z (2 months ago)
- Last Synced: 2024-12-17T01:27:52.584Z (about 2 months ago)
- Topics: neovim, zsh
- Language: Vim Script
- Homepage:
- Size: 591 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
---
```bash
git init --bare $HOME/.dotfiles
alias dotfiles='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
dotfiles config --local status.showUntrackedFiles no
dotfiles remote add origin [email protected]:BrandonBurrus/dotfiles.git
dotfiles pull
```