Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/burningalchemist/dotfiles

dotfiles
https://github.com/burningalchemist/dotfiles

dotfiles

Last synced: 6 days ago
JSON representation

dotfiles

Awesome Lists containing this project

README

        

# dotfiles

# Init

```shell
# Install Homebrew packages
brew bundle install

# Copy necessary dotfiles

# Initialize Neovim. Lazy Package Manager will set up all the plugins.
# I'm on the same page[1] with @fatih when it comes to setting up vim/nvim.
nvim
```

# References

- [1] [The benefits of using a single configuration file](https://arslan.io/2023/05/10/the-benefits-of-using-a-single-init-lua-vimrc-file/)