Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-12T04:35:14.000Z (26 days ago)
- Last Synced: 2024-10-25T04:21:55.051Z (13 days ago)
- Topics: asdf, bash, brew, dotfiles, lazyvim, neovim, nvim, oh-my-zsh, tmux, vim, vimrc, zsh
- Language: Lua
- Homepage:
- Size: 5.59 MB
- Stars: 10
- Watchers: 2
- 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
![cover](./assets/screenshot.png)
# Dotfiles
[![Actions Status](https://github.com/fisenkodv/dotfiles/actions/workflows/test_install.yaml/badge.svg)](https://github.com/fisenkodv/dotfiles/actions/workflows/test_install.yaml)
[![Actions Status](https://github.com/fisenkodv/dotfiles/actions/workflows/update_submodules.yml/badge.svg)](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)
- [LazyVim](https://www.lazyvim.org/)
- a [Nerd Font](https://www.nerdfonts.com/)(v3.0 or greater) **_(optional, but needed to display some icons)_**
- [JetBrains Nerd Font](https://www.nerdfonts.com/font-downloads)
- [lazygit](https://github.com/jesseduffield/lazygit) **_(optional)_**
- **live grep**: [ripgrep](https://github.com/BurntSushi/ripgrep)
- **find files**: [fd](https://github.com/sharkdp/fd)
- **tmux** (optional)
- [tpm](https://github.com/tmux-plugins/tpm) - Tmux Plugin Manager
- [Solarized Osaka](https://github.com/craftzdog/solarized-osaka.nvim)## Shell setup (macOS)
- [Homebrew](https://brew.sh)
- [asdf](https://asdf-vm.com/)## Installation
```bash
git clone [email protected]:fisenkodv/dotfiles.git .dotfiles --recursive
cd .dotfiles
make install
```## License
[MIT](LICENSE)