Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikkerber/dotfiles
Erik's dotfiles, with flair for Vim, Fish, and Xcode
https://github.com/erikkerber/dotfiles
dotfiles fish fish-shell vim xcode
Last synced: 3 days ago
JSON representation
Erik's dotfiles, with flair for Vim, Fish, and Xcode
- Host: GitHub
- URL: https://github.com/erikkerber/dotfiles
- Owner: erikkerber
- Created: 2019-02-16T18:00:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T16:42:22.000Z (4 months ago)
- Last Synced: 2024-07-26T18:32:18.449Z (4 months ago)
- Topics: dotfiles, fish, fish-shell, vim, xcode
- Language: Shell
- Homepage:
- Size: 3.54 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
Erik's [dotfiles](https://dotfiles.github.io)
# Setup
This will both install chezmoi and apply this repository in one line.
For managing beyond first run, see https://www.chezmoi.io/
```bash
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply erikkerber
```## About
These dotfiles are a reflection of my development style and personal
workflows, with a particular flair for:* The [Fish Shell](https://fishshell.com)
* Vim
* Xcode and iOS toolingThey are published for the benefit of anyone of learning, inspiring, or
as a reference to anyone who may stumble upon them.# Credit
These dotfiles were inspired by a collection of developers in the
community whos dotfiles I have used, referenced, or in some cases
outright copied.Much of my knowledge of Vim, Git, LLDB, Fish, and system configuration
came from reverse engineering the works below.* [holman/dotfiles](https://github.com/holman/dotfiles) - The first
version of these dotfiles were heavily influenced by Zac's example.
* [keith/dotfiles](https://github.com/keith/dotfiles) - For Xcode
tooling, and what helped me stumble upon my two favorite color
schemes [parsec](https://github.com/keith/parsec) and
[panic](panic.xccolortheme)
* [budimanjojo/dotfiles](https://github.com/budimanjojo/dotfiles) — A fantastic chezmoi + Fish setup