https://github.com/developmenthf/dotfiles
🗃️ my custom dotfiles
https://github.com/developmenthf/dotfiles
Last synced: about 1 year ago
JSON representation
🗃️ my custom dotfiles
- Host: GitHub
- URL: https://github.com/developmenthf/dotfiles
- Owner: DevelopmentHF
- Created: 2024-04-11T14:15:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T02:15:49.000Z (over 1 year ago)
- Last Synced: 2025-01-22T19:16:26.883Z (about 1 year ago)
- Language: Lua
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Contains my custom dotfiles.
Primarily nvim.
## Project Layout
```bash
.
├── .bashrc
├── .zshrc // config of terminal
├── copy.sh // copy contents of desired dotfiles to this repo
├── .config
│ └── nvim
│ ├── init.lua // require all modules
│ ├── lazy-lock.json
│ └── lua
│ └── core
│ ├── keybindings.lua // basic vim config
│ ├── plugin_config // package configs
│ │ ├── completions.lua
│ │ ├── gruvbox.lua
│ │ ├── init.lua
│ │ ├── lsp.lua
│ │ ├── lualine.lua
│ │ ├── snippy.lua
│ │ ├── telescope.lua
│ │ └── treesitter.lua
│ └── plugins.lua // require and install packages
```
## Neovim Dependencies
- Ripgrep is required for telescope
- Unzip is required for mason