Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 578 Bytes

File metadata and controls

35 lines (23 loc) · 578 Bytes

dotfiles

NOTE: moved to codeberg.org/akozlins/dotfiles

Aim

Minimize number of . files in $HOME directory.

Current list of allowed . files:

  • .cache/, .config/, .local/
  • .ssh/
  • .profile
  • .bashrc, .zshrc
  • .bash_history, .zsh_history

TODO (to remove):

  • .xsession-errors
  • .android (adb)
  • .var

Install

git clone https://github.com/akozlins/dotfiles ~/.dotfiles
~/.dotfiles/install.sh

Layout

  • .local, .cache and $DOTFILES have same parent directory
  • ...

TODO