https://github.com/harrydt/dotfiles
My personal dotfiles
https://github.com/harrydt/dotfiles
archlinux-dotfiles dotfiles hyprland hyprland-config kitty-config neovim-configs neovim-dotfiles
Last synced: 10 months ago
JSON representation
My personal dotfiles
- Host: GitHub
- URL: https://github.com/harrydt/dotfiles
- Owner: harrydt
- Created: 2017-06-04T01:51:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-28T20:24:12.000Z (about 1 year ago)
- Last Synced: 2025-03-28T21:27:24.200Z (about 1 year ago)
- Topics: archlinux-dotfiles, dotfiles, hyprland, hyprland-config, kitty-config, neovim-configs, neovim-dotfiles
- Language: Lua
- Homepage:
- Size: 756 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Stow
These dotfiles are managed by [GNU stow](https://www.gnu.org/software/stow/)
- Clone the repo
- Change directory to `dotfiles`\
`cd ~/dotfiles`
- Run GNU stow on each config, for example:\
`stow nvim`
# dotfiles/nvim/.config/nvim
## Install Instructions
> Install requires Neovim 0.9+. Always review the code before installing a configuration.
Clone the repository and install the plugins:
```sh
git clone git@github.com:harrydt/dotfiles ~/.config/harrydt/dotfiles
```
Open Neovim with this config:
```sh
NVIM_APPNAME=harrydt/dotfiles/nvim/.config/nvim nvim
```
## Plugins
### bars-and-lines
+ [SmiteshP/nvim-navic](https://dotfyle.com/plugins/SmiteshP/nvim-navic)
### colorscheme
+ [catppuccin/nvim](https://dotfyle.com/plugins/catppuccin/nvim)
### comment
+ [numToStr/Comment.nvim](https://dotfyle.com/plugins/numToStr/Comment.nvim)
### completion
+ [simrat39/rust-tools.nvim](https://dotfyle.com/plugins/simrat39/rust-tools.nvim)
+ [hrsh7th/nvim-cmp](https://dotfyle.com/plugins/hrsh7th/nvim-cmp)
### diagnostics
+ [folke/trouble.nvim](https://dotfyle.com/plugins/folke/trouble.nvim)
### editing-support
+ [echasnovski/mini.ai](https://dotfyle.com/plugins/echasnovski/mini.ai)
+ [windwp/nvim-autopairs](https://dotfyle.com/plugins/windwp/nvim-autopairs)
### file-explorer
+ [stevearc/oil.nvim](https://dotfyle.com/plugins/stevearc/oil.nvim)
+ [nvim-neo-tree/neo-tree.nvim](https://dotfyle.com/plugins/nvim-neo-tree/neo-tree.nvim)
### fuzzy-finder
+ [nvim-telescope/telescope.nvim](https://dotfyle.com/plugins/nvim-telescope/telescope.nvim)
### git
+ [sindrets/diffview.nvim](https://dotfyle.com/plugins/sindrets/diffview.nvim)
+ [lewis6991/gitsigns.nvim](https://dotfyle.com/plugins/lewis6991/gitsigns.nvim)
+ [NeogitOrg/neogit](https://dotfyle.com/plugins/NeogitOrg/neogit)
### golang
+ [ray-x/go.nvim](https://dotfyle.com/plugins/ray-x/go.nvim)
### indent
+ [echasnovski/mini.indentscope](https://dotfyle.com/plugins/echasnovski/mini.indentscope)
+ [lukas-reineke/indent-blankline.nvim](https://dotfyle.com/plugins/lukas-reineke/indent-blankline.nvim)
### keybinding
+ [folke/which-key.nvim](https://dotfyle.com/plugins/folke/which-key.nvim)
### lsp
+ [neovim/nvim-lspconfig](https://dotfyle.com/plugins/neovim/nvim-lspconfig)
+ [stevearc/aerial.nvim](https://dotfyle.com/plugins/stevearc/aerial.nvim)
+ [nvimtools/none-ls.nvim](https://dotfyle.com/plugins/nvimtools/none-ls.nvim)
### lsp-installer
+ [williamboman/mason.nvim](https://dotfyle.com/plugins/williamboman/mason.nvim)
### motion
+ [phaazon/hop.nvim](https://dotfyle.com/plugins/phaazon/hop.nvim)
### note-taking
+ [nvim-neorg/neorg](https://dotfyle.com/plugins/nvim-neorg/neorg)
### nvim-dev
+ [ray-x/guihua.lua](https://dotfyle.com/plugins/ray-x/guihua.lua)
+ [nvim-lua/plenary.nvim](https://dotfyle.com/plugins/nvim-lua/plenary.nvim)
+ [MunifTanjim/nui.nvim](https://dotfyle.com/plugins/MunifTanjim/nui.nvim)
+ [folke/neodev.nvim](https://dotfyle.com/plugins/folke/neodev.nvim)
### plugin-manager
+ [folke/lazy.nvim](https://dotfyle.com/plugins/folke/lazy.nvim)
### quickfix
+ [kevinhwang91/nvim-bqf](https://dotfyle.com/plugins/kevinhwang91/nvim-bqf)
### scrolling
+ [karb94/neoscroll.nvim](https://dotfyle.com/plugins/karb94/neoscroll.nvim)
### session
+ [olimorris/persisted.nvim](https://dotfyle.com/plugins/olimorris/persisted.nvim)
### snippet
+ [rafamadriz/friendly-snippets](https://dotfyle.com/plugins/rafamadriz/friendly-snippets)
+ [L3MON4D3/LuaSnip](https://dotfyle.com/plugins/L3MON4D3/LuaSnip)
### split-and-window
+ [sindrets/winshift.nvim](https://dotfyle.com/plugins/sindrets/winshift.nvim)
### statusline
+ [NTBBloodbath/galaxyline.nvim](https://dotfyle.com/plugins/NTBBloodbath/galaxyline.nvim)
### syntax
+ [nvim-treesitter/nvim-treesitter](https://dotfyle.com/plugins/nvim-treesitter/nvim-treesitter)
+ [nvim-treesitter/nvim-treesitter-textobjects](https://dotfyle.com/plugins/nvim-treesitter/nvim-treesitter-textobjects)
### utility
+ [kevinhwang91/nvim-ufo](https://dotfyle.com/plugins/kevinhwang91/nvim-ufo)
+ [rcarriga/nvim-notify](https://dotfyle.com/plugins/rcarriga/nvim-notify)
+ [folke/noice.nvim](https://dotfyle.com/plugins/folke/noice.nvim)
+ [stevearc/dressing.nvim](https://dotfyle.com/plugins/stevearc/dressing.nvim)
## Language Servers
+ denols
+ gopls
+ lua_ls
+ rust_analyzer
+ tsserver
This readme was generated by [Dotfyle](https://dotfyle.com)