These are the dotfiles I use for my linux installs
- WM: i3-gaps
- Bar: polybar
- Terminal Emulator: alacritty
- Shell: zsh (+oh my zsh optional)
- Shell Theme: powerlevel10k
- Theming: pywal + xresources (for polybar)
- Notes: Obsidian
BOTH OF THESE OPTIONS WILL OVERWRITE ANY CURRENT CONFIG WITH THE SAME FILENAMES!
As usual you can just copy everything into ~/.config
git clone https://github.com/RandomExplosion/dotfiles
cp -r dotfiles/* ~/.config
For the sake of easy maintinence I have all my dotfiles in a separate folder (this repo) and symlink them all into .config
and other places as need be. If you want to do this follow the below instructions:
git clone https://github.com/RandomExplosion/dotfiles
cd dotfiles
chmod +x init-dotfiles.sh
./init-dotfiles.sh ~/.config