/dotfiles-1

:wrench:

Primary LanguageC

                              .___      __    _____.__.__
                            __| _/_____/  |__/ ____\__|  |   ____   ______
                           / __ |/  _ \   __\   __\|  |  | _/ __ \ /  ___/
                          / /_/ (  <_> )  |  |  |  |  |  |_\  ___/ \___ \
                          \____ |\____/|__|  |__|  |__|____/\___  >____  >
                               \/                               \/     \/

                    This repository contains personal dotfiles of Vinod Nimbalkar.

dotfiles

Used Applications

  • Distro: Ubuntu 20.04 LTS
  • Window Manager: Qtile
  • Shell: zsh (+oh_my_zsh)
  • Terminal: Kitty
  • Text Editor: Nvim
  • Menus: Rofi
  • File Manager: Ranger
  • Video Player: MPV
  • System Monitoring Dashboard: htop
  • compositor: Compton
  • screensaver: Nitrogen

Clone these dotfiles into a new computer

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.