Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/savq/dotfiles
https://github.com/savq/dotfiles
dotfiles homebrew nvim vimrc zsh zshrc
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/savq/dotfiles
- Owner: savq
- Created: 2020-02-21T00:02:56.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T04:58:49.000Z (2 months ago)
- Last Synced: 2024-10-30T04:56:03.531Z (about 2 months ago)
- Language: Lua
- Homepage:
- Size: 313 KB
- Stars: 18
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
## Setup
```sh
git clone https://github.com/savq/dotfiles.git ~/.config
cd ~/.config
make
```### Editor: [Neovim](https://github.com/neovim/neovim/)
- [`nvim/vimrc`](./nvim/vimrc) has a minimal setup. It's vim 8 compatible and uses no plugins.
- [`nvim/init.lua`](./nvim/init.lua) has configurations for plugins and Neovim specific features
(tree-sitter, LSP, etc.)### Other stuff
Listed on the [`Brewfile`](./Brewfile)