https://github.com/robroseknows/dotfiles
Public dotfiles repo.
https://github.com/robroseknows/dotfiles
Last synced: 4 months ago
JSON representation
Public dotfiles repo.
- Host: GitHub
- URL: https://github.com/robroseknows/dotfiles
- Owner: RobRoseKnows
- License: gpl-3.0
- Created: 2018-08-06T22:09:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T20:28:50.000Z (about 2 years ago)
- Last Synced: 2025-02-23T17:22:11.725Z (over 1 year ago)
- Language: Vim Script
- Size: 197 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
These are my public dotfiles. They've gone through several revisions, originally using
[dotbot](https://github.com/anishathalye/dotbot), but now using
[GNU Stow](https://www.gnu.org/software/stow/). You can install GNU Stow using your package
manager of choice.
They are somewhat loosely based on @willnorris's [dotfiles](https://github.com/willnorris/dotfiles)
but using oh-my-zsh instead of just zsh.
## Usage
1. First install gnu-stow. On ubuntu this is `sudo apt install stow`.
2. Download the recursive submodules using `git submodule --init --recursive`.
3. From this directory, use `stow -t $HOME [the directories to install]`.
4. Open vim and run `:PlugInstall`.
5. Install zsh and set it to the default shell using chsh.
6. You will probably also have to install powerline fonts.