Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mazulo/dot-files

All my dot files
https://github.com/mazulo/dot-files

Last synced: about 2 months ago
JSON representation

All my dot files

Awesome Lists containing this project

README

        

In order for some of the `nvim` features to work, we need to install a few libs:

- `ripgrep`
- `rust`
- `lua-language-server`

```bash
sudo apt-get install ripgrep
cargo install stylua
npm install -g typescript typescript-language-server
python -m pip install neovim
git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim
```

Other tools used:

- [`direnv`](https://direnv.net/)
- [`git-delta`](https://dandavison.github.io/delta/configuration.html)
- [`tealdeer`](https://dbrgn.github.io/tealdeer/installing.html)
- [`mise`](https://mise.jdx.dev/getting-started.html)