.___ __ _____.__.__
__| _/_____/ |__/ ____\__| | ____ ______
/ __ |/ _ \ __\ __\| | | _/ __ \ / ___/
/ /_/ ( <_> ) | | | | | |_\ ___/ \___ \
\____ |\____/|__| |__| |__|____/\___ >____ >
\/ \/ \/
This repository contains personal dotfiles of Vinod Nimbalkar.
- Distro: Ubuntu 24.04 LTS
- Window Manager: Qtile
- Shell: zsh (+oh_my_zsh)
- Terminal: Ghostty
- Text Editor: Nvim
- Menus: Rofi
- File Manager: Yazi
- Video Player: MPV
- System Monitoring Dashboard: btop
- compositor: Compton
- screensaver: Nitrogen
I manage my dotfiles with a bare git repository and would encourage you to do the same. How to? clone this github repository
git clone --bare https://github.com/vinodnimbalkar/dotfiles.git $HOME/.dotfiles
define the alias in the current shell scope
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
checkout the actual content from the git repository to your $HOME
dotfiles checkout
Awesome! You’re done.