Skip to content

akozlins/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

TODO