https://github.com/mazulo/dot-files
All my dot files
https://github.com/mazulo/dot-files
Last synced: 4 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T18:13:40.000Z (6 months ago)
- Last Synced: 2025-01-21T12:08:49.837Z (6 months ago)
- Language: Lua
- Size: 308 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)