These are my dotfiles!
Macos and windows supported (zsh on both).
No guarantees
❯ ./install.sh
# Generated env file
# Installed zsh profile
# Installed neovim and ideavim configs
# Done!!!Simply remove these lines:
# ~/.zshrc
source '/path/to/dotfiles/.env'
source "$DOTFILES_ROOT/zshrc"
# ~/.config/nvim/init.vim OR ~/AppData/Local/nvim/init.vim
source /path/to/dotfiles/init.vim
# ~/.ideavimrc
source /path/to/dotfiles/init.vim
source /path/to/dotfiles/ideavimrc- Syntax highlighting
- Fish-style autosuggestions
- History with
fzf - Alias tips
- Autopairing
- ... and more!
- Persistent aliases (
persist-alias) - A calc alias (
=) - Utils for time-measurement
- +++
- Multiple cursors
- Surround
- Arg text object
- Remap like cutlass with OS clipboard integration