Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roginfarrer/dotfiles
https://github.com/roginfarrer/dotfiles
dotfiles fish fish-shell kitty neovim stow
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/roginfarrer/dotfiles
- Owner: roginfarrer
- License: unlicense
- Created: 2021-08-28T18:37:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T21:27:46.000Z (about 2 months ago)
- Last Synced: 2024-11-20T22:42:07.343Z (about 2 months ago)
- Topics: dotfiles, fish, fish-shell, kitty, neovim, stow
- Language: Lua
- Homepage:
- Size: 58.5 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Rogin's Dotfiles
My dotfiles are managed with GNU Stow.
## Installation
From the root directory on the Mac, run:
```sh
git clone https://github.com/roginfarrer/dotfiles_stow.git dotfiles
cd dotfiles
bash install.sh
```Then there's a few things that need to be installed that can't be automated:
- [Cleanshot X](https://licenses.maketheweb.io/download/cleanshotx)
- MonoLisa Font (Find the download link in your email)Then everything should work! I don't know, I haven't tried to run this on a new machine!
## Updating dotfiles
When pulling new commits onto a machine, you can simply re-stow the dotfiles:
```sh
stow -R *
```