Configuration files and scripts I use in my computing.
- Distro - Arch Linux
- Shell - zsh + zsh-theme-powerlevel10k
- Terminal - Alacritty
- WM - i3-wm. Do not use
i3-gaps
! - Status bar - i3blocks
- Launcher - rofi
- File Manager - lf
- Image viewer - sxiv
- Video player - mpv
- Renaming files - vidir
- Music - mpd+ncmpcpp
- Preview images in terminal - ueberzug
- RSS reader - newsboat
- Various scripts in ~/.local/bin/
I assume you run a distro based on Arch Linux. If not, I can't guarantee all the scripts and configs will work. You can still fork this repo and adjust them for your needs, if necessary.
Run the following commands in order.
git clone --depth 1 --recurse-submodules "https://github.com/tatsumoto-ren/dotfiles.git" ~/dots
cp -rfT ~/dots ~/
cp -rf ~/.git ~/.config/dotfiles
rm -rf -- ~/dots ~/.git
Then relogin.
Use the dot command to manage your dotfiles.
For example, dot status
or dot add <file>
.
For more information, see
Tracking dotfiles with Git.
Certain config files, parts of files and scripts are based on voidrice.