Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andrewsardone/dotfiles

These are my dotfiles. There are many like them, but these ones are mine.
https://github.com/andrewsardone/dotfiles

dotfiles

Last synced: about 1 month ago
JSON representation

These are my dotfiles. There are many like them, but these ones are mine.

Awesome Lists containing this project

README

        

These are my dotfiles. There are many like them, but these ones are mine.

## Installation

git clone --bare https://github.com/andrewsardone/dotfiles.git $HOME/.dotfiles.git
alias config='git --git-dir=$HOME/.dotfiles.git --work-tree=$HOME'
config checkout
config config --local status.showUntrackedFiles no

## Bullet Points

- `vim` & `zsh`/`bash` as much as possible
- Using the [bare git repo method](https://www.atlassian.com/git/tutorials/dotfiles)
- [homebrew](https://brew.sh/), [homebrew-cask](https://caskroom.github.io/), and
[homebrew-bundle](https://github.com/Homebrew/homebrew-bundle) for managing my macOS
dependencies