This repository contains configuration files for:
- NeoVim
- Zsh Shell
- i3wm
- Tmux
- Alacritty
- Vim - a vanilla config with additional settings for fallback
- Useful shell scripts
- Application installation scripts (for Debian-based systems like Ubuntu and Mint)
sudo apt install git -y
git clone --bare git@github.com:mnjm/dotfiles.git $HOME/.dotfiles.git
echo ".dotfiles.git" >> ~/.dotfiles.git/info/exclude
alias dotgit='git --git-dir=$HOME/.dotfiles.git/ --work-tree=$HOME'
dotgit config --local status.showUntrackedFiles no
dotgit checkout
$HOME/.dotfiles/install/install_apps.sh
$HOME/.dotfiles/install/cinnamon-keybindings.sh install
Color scheme - onedarkpro.nvim
- Statusline - bottomline.nvim
- Tabline - topline.nvim
- WinLine - winline.nvim
Minimal prompt with syntax highlighting, autosuggestions, and git info.