Add README.md

This commit is contained in:
Jeffrey Serio 2024-03-24 06:41:18 -05:00
parent fc4293a266
commit c81ed8912c
2 changed files with 22 additions and 21 deletions

22
README.md Normal file
View File

@ -0,0 +1,22 @@
# dotfiles
## Requirements
* [gum](https://github.com/charmbracelet/gum)
* GNU Stow
* Zsh
* [Zellij](https://zellij.dev)
* rofi
* [starship](https://starship.rs)
## Usage
Clone this repo.
git clone https://git.hyperreal.coffee/dotfiles
Stow the dotfiles.
cd dotfiles
stow config lscolors vim zsh

View File

@ -1,21 +0,0 @@
#+title: dotfiles
** Requirements
- [[https://github.com/charmbracelet/gum][gum]]
- [[https://www.gnu.org/software/stow/][GNU Stow]]
- [[https://zsh-manual.netlify.app][zsh]]
- [[https://zellij.dev][Zellij]]
- [[https://davatorium.github.io/rofi][rofi]]
- [[https://starship.rs][starship.rs]]
** Usage
Clone this repo.
#+begin_src shell
git clone https://git.hyperreal.coffee/dotfiles
#+end_src
Stow the dotfiles.
#+begin_src shell
cd dotfiles
stow config lscolors vim zsh
#+end_src