Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paranoiasystem/my_dots
https://github.com/paranoiasystem/my_dots
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/paranoiasystem/my_dots
- Owner: paranoiasystem
- Created: 2024-12-02T08:38:52.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T17:20:14.000Z (about 1 month ago)
- Last Synced: 2024-12-09T18:25:20.096Z (about 1 month ago)
- Language: Lua
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```