Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mazulo/dot-files
- Owner: mazulo
- Created: 2015-12-02T03:40:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T14:02:44.000Z (about 2 months ago)
- Last Synced: 2024-11-12T15:18:39.151Z (about 2 months ago)
- Language: Lua
- Size: 300 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)