A repository with Viljan's config files for mac.
- LazyVim config:
dot-config/nvim/ - Starship config:
dot-config/starship.toml - ZSH shell config:
dot-zshrc - Tmux config:
dot-tmux.conf
- iTerm colorschemes:
misc/iTerm
- Download the required prerequisites.
- Clone this repository.
- Run the following commands:
cd dotfilesandsudo stow --dotfiles ..
- GNU stow - Create symlinks
- iTerm2 - Custom Terminal
- Neovim - Vim-based text editor
- Oh My ZSH - ZSH configuration tool
- Starship - Terminal theme
- ripgrep - Used in telescope.nvim
- Tmux - Terminal multitaksing
- Tmux plugin manager - Manage plugins for Tmux
- FZF command-line fuzzy finder - File fuzzy finder (usage:
ctrl+t) - fd - Alternative to
find(used by FZF) - Zoxide - A smarter
cdcommand for your terminal (usage:z DIRECTORY) - Bat - A
catreplacement with syntax highlighting and Git integration - Git delta - Improved
git diff - Eza - Improved
ls - The Fuck - Corrects errors in previous console commands
- zsh-autosuggestions - Suggests commands as you type based on history and completions
- zsh-syntax-highlighting - Syntax highlighting for the ZSH shell