Gnu/Linux toolbox configuration files
These are configuration files for my GNU/Linux workstation(s), some files for my recently added macOS workstation (term, zsh, flashspace, sol, karabiner, neovim) and for my Windows workstation too (windows terminal, archlinux wsl, zsh, komorebi, whkd, neovim, flow-launcher).
bash + starship, zsh + zim (on macOS/Windows)lsd, ripgrep, procs, fzf, zoxide, git-delta, bat, fd, prettyping, duf, tig, bc, curliealacritty, term (on macOS), windows terminal (on Windows)tmuxawesome, flashspace (on macOS), komorebi (on Windows)rofi, sol (on macOS), flow-launcher (on Windows)neovim + nvchadneomuttnewsboat + w3m + custom scriptneovimgitmpdw3msurfraw + w3m + custom scriptpaas + rofi-pass, bitwarden (on macOS/Windows)greenclip + rofiresticweechatrofi-calcrofi-snippy + custom scriptThere are many available solutions to manage dotfiles. I use a very simple approach. I have a dedicated folder repo, dotfiles, where i copy manually every files to track. After the first manually copy, i sync my dotfiles by --existing options of rsync, that syncs two folder only for files present in the destination. In my bash functions i have the function dots:
rsync -a -v --existing /home/lg/ /home/lg/code/dotfiles/
When on a new machine I clone my github dotfiles repository and copy manually configuration files in the right place. That’s all, not much automation but very simple.