Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!