https://github.com/fisenkodv/dotfiles
π My personal dotfiles
https://github.com/fisenkodv/dotfiles
asdf bash brew dotfiles lazyvim neovim nvim oh-my-zsh tmux vim vimrc zsh
Last synced: 7 months ago
JSON representation
π My personal dotfiles
- Host: GitHub
- URL: https://github.com/fisenkodv/dotfiles
- Owner: fisenkodv
- License: mit
- Created: 2017-09-19T01:04:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T03:06:07.000Z (7 months ago)
- Last Synced: 2025-05-05T00:12:25.465Z (7 months ago)
- Topics: asdf, bash, brew, dotfiles, lazyvim, neovim, nvim, oh-my-zsh, tmux, vim, vimrc, zsh
- Language: Shell
- Homepage:
- Size: 6.39 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README

# Dotfiles
[](https://github.com/fisenkodv/dotfiles/actions/workflows/test_install.yaml)
[](https://github.com/fisenkodv/dotfiles/actions/workflows/update_submodules.yml)
**Warning**: Donβt blindly use my settings unless you know what that entails. Use at your own risk!
## Neovim setup
## β‘οΈ Requirements
- Neovim >= **0.9.0** (needs to be built with **LuaJIT**)
- Git >= **2.19.0** (for partial clones support)
- a [Nerd Font](https://www.nerdfonts.com/)(v3.0 or greater) **_(optional, but needed to display some icons)_**
- [lazygit](https://github.com/jesseduffield/lazygit) **_(optional)_**
- a **C** compiler for `nvim-treesitter`. See [here](https://github.com/nvim-treesitter/nvim-treesitter#requirements)
- for [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) **_(optional)_**
- **live grep**: [ripgrep](https://github.com/BurntSushi/ripgrep)
- **find files**: [fd](https://github.com/sharkdp/fd)
- a terminal that support true color and _undercurl_:
- [kitty](https://github.com/kovidgoyal/kitty) **_(Linux & Macos)_**
- [wezterm](https://github.com/wez/wezterm) **_(Linux, Macos & Windows)_**
- [alacritty](https://github.com/alacritty/alacritty) **_(Linux, Macos & Windows)_**
- [iterm2](https://iterm2.com/) **_(Macos)_**
## Shell setup (macOS)
- [Homebrew](https://brew.sh)
- [asdf](https://asdf-vm.com/)
## Installation
```bash
git clone git@github.com:fisenkodv/dotfiles.git .dotfiles
cd .dotfiles
make install
```
## License
[MIT](LICENSE)