Add README.org

This commit is contained in:
Jeffrey Serio 2024-03-24 06:29:32 -05:00
parent 607ff55ec2
commit fc4293a266
2 changed files with 21 additions and 12 deletions

View File

@ -1,12 +0,0 @@
# dotfiles
## Requirements
- [gum](https://github.com/charmbracelet/gum)
- [GNU Stow](https://www.gnu.org/software/stow/)
- [Doom Emacs](https://github.com/doomemacs/doomemacs)
- [zsh](https://zsh-manual.netlify.app)
- [Zellij](https://zellij.dev)
- [rofi](https://davatorium.github.io/rofi/)
- rofimoji
- [starship.rs](https://starship.rs)

21
README.org Normal file
View File

@ -0,0 +1,21 @@
#+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