Idea based on this article.
Adding new computer
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
git clone --bare [email protected]:dreknix/dotfiles.git $HOME/.cfg
config checkout
config config --local status.showUntrackedFiles no
config config --local user.name "dreknix"
config config --local user.email "[email protected]".gitconfig-user.dist- General user name and e-mail.gitconfig-local.dist- Additional Git configurations.shell_common_local.sh.dist- Additional shell configs
TODO: see wiki for these things
TODO
TODO
cd ~/tools/ansible
direnv allow .
pip3 install -r requirements
ansible-playbook site.yml -t userFor colors base16 is used.
git clone https://github.com/tinted-theming/base16-shell.git ~/.config/base16-shellThe color scheme can be set by base16_/theme/:
base16_catppuccin-mochaTODO: Icons Arc see ~/.icons/README.md
TODO: copy background image
TODO - see wiki (remove here and at to wiki)