Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/britter/dotfiles
Repository containing most of my configuration files
https://github.com/britter/dotfiles
bash dotfiles fish shell
Last synced: 3 months ago
JSON representation
Repository containing most of my configuration files
- Host: GitHub
- URL: https://github.com/britter/dotfiles
- Owner: britter
- Created: 2014-07-24T09:57:46.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T19:31:45.000Z (over 1 year ago)
- Last Synced: 2023-09-19T01:06:22.558Z (over 1 year ago)
- Topics: bash, dotfiles, fish, shell
- Language: Shell
- Homepage:
- Size: 221 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: licenses/ALv2.txt
Awesome Lists containing this project
README
# britter's dotfiles
This is a repository containing configuration files for my development environment.
## Installation
Pick what you like from the files, then modify the link script to link the files you're interested in. The actual bash configuration can be linked in the following way:
```
git clone [email protected]:britter/dotfiles.git ~/.dotfiles
bash "~/.dotfiles/link"
```This will replace the dotfiles in the user home with the dotfiles stored in this repository.
After linking the following software needs to be installed as well:
- [fisher](https://github.com/jorgebucaran/fisher) - a plugin manager for fish shell. After install run `fisher` to install all packages.
- [pathogen](https://github.com/tpope/vim-pathogen) - a plugin manager for vim. TODO: This seems to be replaced by built-in vim functionality.
- [asdf](https://github.com/asdf-vm/asdf) - a tool version manager
- Install [asdf-java](https://github.com/halcyon/asdf-java)
- Install the Java versions referenced in the fish.config file## Inspiration
My dotfiles are heavily inspired by [Ben Ripkens'](http://github.com/bripkens/dotfiles) dotfiles.
He drew his inspiration from [Mathias Bynens'](https://github.com/mathiasbynens/dotfiles) and
[Ben Alman's](https://github.com/cowboy/dotfiles) and many other great blog posts on the web.Thank you, folks!