Just my dotfiles and tools.
-
Neovim >= v0.9
-
tmux >= v3.2
-
(optional) ansible-vault-merge:
-
Download it here and name it
ansible-vault-merge
. -
Check that script is not malicious before continuing.
-
Run:
chmod +x ansible-vault-merge
. -
Run:
sudo mv ansible-vault-merge /usr/local/bin
.
-
-
Betterlockscreen (see section Betterlockscreen)
-
Dunst (for Pomodoro Polybar text notification, see section Dunst)
-
Sox (for Pomodoro Polybar sound notification)
Link: https://flameshot.org/
Inspired from: https://life-prog.com/tech/alert-on-low-battery-in-i3
sudo ln -s ~/dotfiles/systemd/user/notify-low-battery /usr/local/bin/notify-low-battery
ln -s ~/dotfiles/systemd/user/notify-low-battery.service ~/.config/systemd/user/notify-low-battery.service
ln -s ~/dotfiles/systemd/user/notify-low-battery.timer ~/.config/systemd/user/notify-low-battery.timer
systemctl --user daemon-reload
systemctl --user start notify-low-battery.service
systemctl --user enable notify-low-battery.timer
systemctl --user start notify-low-battery.timer
Link: https://asdf-vm.com/
asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git
asdf plugin-add terraform https://github.com/asdf-community/asdf-hashicorp.git
asdf plugin-add golang https://github.com/kennyp/asdf-golang.git
asdf plugin-add java https://github.com/halcyon/asdf-java.git
asdf plugin-add deno https://github.com/asdf-community/asdf-deno.git
rm -f ~/.asdfrc && stow asdf