https://github.com/janw/dotfiles
[moved to codeberg] My personal dotfiles
https://github.com/janw/dotfiles
dotfiles fish-shell git macos moved-to-codeberg zsh
Last synced: about 2 months ago
JSON representation
[moved to codeberg] My personal dotfiles
- Host: GitHub
- URL: https://github.com/janw/dotfiles
- Owner: janw
- License: mit
- Archived: true
- Created: 2017-02-02T14:31:09.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T10:55:03.000Z (3 months ago)
- Last Synced: 2025-03-27T23:51:05.317Z (about 2 months ago)
- Topics: dotfiles, fish-shell, git, macos, moved-to-codeberg, zsh
- Language: Vim Script
- Homepage: https://codeberg.org/janw/dotfiles
- Size: 381 KB
- Stars: 5
- Watchers: 2
- 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
```