Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronjsutton/dotfiles
@aaronjsutton's system configuration
https://github.com/aaronjsutton/dotfiles
Last synced: 3 days ago
JSON representation
@aaronjsutton's system configuration
- Host: GitHub
- URL: https://github.com/aaronjsutton/dotfiles
- Owner: aaronjsutton
- Created: 2021-04-29T18:10:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-19T06:16:17.000Z (26 days ago)
- Last Synced: 2025-01-07T23:42:00.574Z (6 days ago)
- Language: Vim Script
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
## Configuration Files
Power tools I keep handy:
- [Zsh](http://zsh.sourceforge.net), a great shell and the macOS default now.
- [Vim](https://www.vim.org), an editor worth learning, only after weeks of pure misery.
- [tmux](https://github.com/tmux/tmux/wiki), best terminal multiplexer.## Usage
This approach was taken from this [article from Atlassian](https://www.atlassian.com/git/tutorials/dotfiles).
To install, follow the steps at the end of the article. **Make sure to backup any existing dotfiles**, unless you're really
brave.Once you're there, run `config submodule init; config submodule update` to pull down plugins that this configuration uses.