https://github.com/paranoiasystem/my_dots
https://github.com/paranoiasystem/my_dots
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/paranoiasystem/my_dots
- Owner: paranoiasystem
- Created: 2024-12-02T08:38:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T17:27:08.000Z (about 1 year ago)
- Last Synced: 2025-03-24T18:36:42.796Z (about 1 year ago)
- Language: Lua
- Size: 75.2 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`
- fzf `brew install fzf`
- 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
```