Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ianhattendorf/dotfiles
https://github.com/ianhattendorf/dotfiles
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ianhattendorf/dotfiles
- Owner: ianhattendorf
- Created: 2015-02-17T23:50:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T02:53:54.000Z (11 months ago)
- Last Synced: 2024-10-14T15:52:26.791Z (2 months ago)
- Language: Emacs Lisp
- Size: 476 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
Linux dotfiles, managed via [dotbot](https://github.com/anishathalye/dotbot). Currently using Fedora, i3wm, and fish.
NOTE: This will overwrite any existing dotfiles.
```sh
$ git clone https://github.com/ianhattendorf/dotfiles
$ cd dotfiles
$ ./install
```To update dotbot:
```sh
$ cd dotfiles
$ git submodule update --init --remote
```