• Stars
    star
    174
  • Rank 217,973 (Top 5 %)
  • Language
    Lua
  • License
    GNU General Publi...
  • Created about 4 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

My dotfiles.

Details

  • OS : Arch
  • WM : Bspwm
  • HOTKEY DAEMON : Sxhkd
  • BAR : Polybar
  • TERMINAL : Alacritty
  • SHELL : Zsh
  • EDITOR : Neovim
  • TERMINAL FONT : SpaceMono Nerd Font Mono
  • BAR FONT : SpaceMono Nerd Font Mono
  • APP LAUNCHER : Dmenu
  • MUSIC PLAYER : Mpd, Ncmpcpp
  • BROWSER : Firefox (startpage)
  • FILE MANAGER : Ranger, Nemo
  • NOTIFICATION : Dunst
  • COMPOSITOR : Picom
  • VIDEO PLAYER : Mpv
  • SCREEN CAPTURE : Maim
  • DOCUMENT VIEWER : Zathura
  • CLIPBOARD MANAGER : Greenclip

Screenshots

screenshot

screenshot

Installation

mv ~/.config ~/.config-bak
mv ~/.bash_profile ~/.bash_profile-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
echo "Projects/dotfiles" >> .gitignore
git clone --bare [email protected]:rajshekhar26/dotfiles.git $HOME/Projects/dotfiles
config checkout
config config --local status.showUntrackedFiles no