Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🧩

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
```