Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/janw/dotfiles

My personal dotfiles
https://github.com/janw/dotfiles

dotfiles fish-shell git macos zsh

Last synced: 2 months ago
JSON representation

My personal dotfiles

Awesome Lists containing this project

README

        

# Dotfiles

This repository contains my humble swiss army knife for getting work done around the shell. It includes config files for vim, zsh, git, and others. Regularly used (and considered tested) only on macOS, but a reduced set of features should also work on Linux e.g. Ubuntu.

## Setup

Usage requires git. Clone the repository (expected into `~/.dotfiles`), and run the [dotbot installer script](https://github.com/anishathalye/dotbot/). This will update all submodules, and create necessary symlinks.

```bash
git clone https://github.com/janwh/dotfiles.git ~/.dotfiles
sh ~/.dotfiles/install
```