Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/burningalchemist/dotfiles
dotfiles
https://github.com/burningalchemist/dotfiles
dotfiles
Last synced: 6 days ago
JSON representation
dotfiles
- Host: GitHub
- URL: https://github.com/burningalchemist/dotfiles
- Owner: burningalchemist
- Created: 2020-11-23T23:51:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-26T10:12:30.000Z (17 days ago)
- Last Synced: 2024-12-26T11:19:54.169Z (17 days ago)
- Topics: dotfiles
- Language: Lua
- Homepage:
- Size: 481 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)