Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/janw/dotfiles
- Owner: janw
- License: mit
- Created: 2017-02-02T14:31:09.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T19:15:39.000Z (11 months ago)
- Last Synced: 2024-02-22T17:48:51.746Z (11 months ago)
- Topics: dotfiles, fish-shell, git, macos, zsh
- Language: Vim Script
- Homepage:
- Size: 420 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```