Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paranoiasystem/my_dots


https://github.com/paranoiasystem/my_dots

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# my_dots :wrench:

## Required software

- zsh
- alacritty [https://alacritty.org/index.html](https://alacritty.org/index.html)
- nvim `brew install neovim`
- tmux `brew install tmux`
- stow `brew install stow`
- ripgrep `brew install ripgrep`
- asdf [https://github.com/asdf-vm/asdf](https://github.com/asdf-vm/asdf)
- direnv [https://github.com/asdf-community/asdf-direnv](https://github.com/asdf-community/asdf-direnv)
- node

## Install

- install required software
- clone this repo
- move in the repo directory
- run this:

```sh

mkdir -p ~/.config
rm ~/.zshenv
stow . --target=$HOME
```