Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/andrewsardone/dotfiles
- Owner: andrewsardone
- License: mit
- Created: 2009-01-15T03:17:24.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T03:14:28.000Z (about 1 month ago)
- Last Synced: 2024-12-03T04:20:02.882Z (about 1 month ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 9.37 MB
- Stars: 14
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
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