https://github.com/joosepalviste/dotfiles
My dotfiles for Neovim, Kitty terminal, Zsh, and a few other things.
https://github.com/joosepalviste/dotfiles
dotfiles kitty lua neovim neovim-lsp nvim nvim-lua zsh
Last synced: 17 days ago
JSON representation
My dotfiles for Neovim, Kitty terminal, Zsh, and a few other things.
- Host: GitHub
- URL: https://github.com/joosepalviste/dotfiles
- Owner: JoosepAlviste
- Created: 2018-05-31T09:15:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-30T06:19:59.000Z (about 1 month ago)
- Last Synced: 2025-04-06T09:30:54.158Z (23 days ago)
- Topics: dotfiles, kitty, lua, neovim, neovim-lsp, nvim, nvim-lua, zsh
- Language: Lua
- Homepage:
- Size: 30.7 MB
- Stars: 272
- Watchers: 10
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
Awesome Lists containing this project
README
# My dotfiles

Some of the configuration includes:
* Editor - [neovim](https://neovim.io)
* Configured in Lua
* See [`config/nvim/lua/j/plugins/`](./config/nvim/lua/j/plugins) for
the used plugins
* [Kanagawa color
scheme](https://github.com/rebelot/kanagawa.nvim)
* Neovim's built-in LSP client
* [`nvim-treesitter`](https://github.com/nvim-treesitter/nvim-treesitter/)
for highlighting
* [`telescope.nvim`](https://github.com/nvim-telescope/telescope.nvim) for
navigation
* Terminal emulator - [Kitty](https://sw.kovidgoyal.net/kitty)
* Shell - [Zsh](https://www.zsh.org) (custom configuration)
* [Wallpaper](https://www.reddit.com/r/ghibli/comments/16scnnt/i_made_a_set_of_totoro_wallpaper_for_pc_and/)## Installation
```sh
git clone --recurse-submodules [email protected]:JoosepAlviste/dotfiles.gitcd dotfiles
chmod +x bin/makesymlinks
./bin/makesymlinks
```This will symlink all of the files and folders inside `dots/` into your home
folder prefixed by `.` and everything from `config/` to your `~/.config/`
folder.The next time you start `vim`, it will automatically install `lazy.nvim` and Vim
plugins. You should run `:MasonInstallAll` in order to install the required
external programs. Also, check out
[`Brewfile`](./Brewfile) for extra programs to
install.The utility scripts in `bin/` are automatically added to the Zsh path, so you
can run `makesymlinks` anywhere.## Update
```bash
git pull
```Maybe run `./bin/makesymlinks` again.
## Neovim configuration structure
The Neovim configuration is split into many files and is located in
[`config/nvim/`](./config/nvim).* [`autoload/`](./config/nvim/autoload): functions that are used in other files
and can be autoloaded. I still have a few functions here that I haven't
converted to Lua.
* [`ftplugin/`](./config/nvim/ftplugin): configuration for specific file types
* [`lua/j/`](./config/nvim/lua/j): Lua files for settings, mappings, and my own
modules
* [`lua/j/plugins/`](./config/nvim/lua/j/plugins): configuration of plugins
* [`lua/j/plugins/lsp/`](./config/nvim/lua/j/plugins/lsp): configuration for
Neovim's built-in LSP
* [`init.lua`](./config/nvim/init.lua): basic settings and requiring other files## More screenshots


