Skip to content

Njinx/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Njinx's dotfiles and scripts

Includes

  • i3wm
  • vim
  • Xresources
  • zsh
  • rofi
  • dunst
  • betterlockscreen
  • barista bar (i3 bar replacement)
  • dolphin-emu
  • vscode

Installation

Deployed with GNU Stow.

Stow directories

  • home/ - files with base path $HOME.
  • root/ - files with base path /.

Examples

Deploying zsh dotfiles

dotfiles $ cd home/
dotfiles/home $ stow zsh
...
dotfiles/home $ stow shell # Shell-agnostic files
...

Deploying rofi

dotfiles $ cd home/
dotfiles/home $ stow rofi
...
# Rofi has config files outside $HOME so we have to deploy those as well.
dotfiles/home $ cd ../root
dotfiles/root $ sudo stow rofi
...