Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 402 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 402 Bytes

dotfiles

Prepare

Create user XDG directories

mkdir -p .{local/share/gnupg,config,cache}

Profile ($HOME/.profile or $HOME/.zprofile)

Requirements

  • GnuPG
  • sudo
  • mount

Source

[[ $HOME/.dotfiles/profile.sh ]] && . $HOME/.dotfiles/profile.sh

Rc ($HOME/.bashrc or $HOME/.zshrc)

Source

[[ $HOME/.dotfiles/rc.sh ]] && . $HOME/.dotfiles/rc.sh