/dotfiles

My dotfiles.

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

Details

  • Operating System: Arch Linux
  • Window Manager: Qtile
  • Compositor: Picom
  • Notification Daemon: Dunst
  • Clipboard Manager: Greenclip
  • Terminal: Kitty
  • Terminal Font: FantasqueSansM Nerd Font
  • Shell: Bash
  • Dynamic Menu: Dmenu
  • Text Editor: Neovim
  • File Manager: Ranger
  • Document Viewer: Zathura

Installation

mv ~/.config ~/.config-bak
mkdir -p ~/.config/ ~/Projects
echo "alias config='/usr/bin/git --git-dir=$HOME/Projects/dotfiles/ --work-tree=$HOME'" >> $HOME/.bashrc
source ~/.bashrc
mv ~/.bashrc ~/.bashrc-bak && mv ~/.bash_profile ~/.bash_profile-bak
git clone --bare git@github.com:rajshekhar26/dotfiles.git $HOME/Projects/dotfiles
config checkout
config config --local status.showUntrackedFiles no