Welcome to my dotfiles! A mix of blue and pink for background colors and gruvbox for everything productive. Currently a work in progress but wanted to share what I had :) \
Required for the dotfiles to work, these are avaliable in most package managers
sudo apt install tmux alacritty mako neovim rofi sway waybar
sudo dnf install tmuc alacrutty mako neovim rofi sway waybar
A bit more hassle to install but adds some nice features
- starship
- openpomodoro-cli
- pokemon-colorscripts
flameshot
This install will back up all previous dotfiles so not to worry
git clone [email protected]:Th0ught09/Dotfiles.git
mv ~/.zshrc ~/.zshrc.backup
cp .zshrc ~/
mv ~/.tmux ~/.tmux.backup
cp .tmux ~/
cd .config
for file in ./*
do
entry=${file:2}
mv ~/.config/$entry ~/.config/$entry.backup
cp -r ./$entry ~/.config/
done
Ctrl + Shift + P
to start a pomodoro timer in waybar andCtrl + Shift + O
to cancel- Attaches different windows to monitors (monitors need to be configured using
swaymsg -t get_outputs
and added in~/.config/sway/config
under the$mon1
andmon2
variables) - Most Keybinds are made in accordance to the Kinesis Advantage 2 if they seem a bit weird!
Ctrl + Shift + S
for a flameshot screenshot