Warning: Works on my machine doesn't mean it'll work on yours. Use at your own risk. Lots of older configs in another repo here
| Name | Description |
|---|---|
NeoVim |
Super + a Text Editor |
Thunar |
Super + e Filebroswer |
WaterFox |
Super + b Web Browser |
Fuzzel |
Super + d Applications Launcher |
swww |
Wallpaper setting |
| Name | Description |
|---|---|
exa |
ls replacement |
bat |
cat replacement |
starship |
Terminal Prompt |
| Decompression Tools | ex filename to extract compressed files |
Install GNU stow:
sudo apt install stow # Debian/Ubuntu
sudo pacman -S stow # ArchClone Repo
git clone https://github.com/Marty1820/configs.git ~/dots
cd ~/dotsStow the files
stow .git clone https://github.com/Marty1820/configs.git ~/dots && cd ~/dots && stow .No overwriting files:
git clone https://github.com/Marty1820/configs.git ~/dots && cd ~/dots && stow --adopt .nvim ~/.local/state/location.tomlExample contents:
API_KEY = "OPEN_WEATHER_API_KEY"
LAT = "LATITUDE"
LON = "LONGITUDE"systemctl --user add-wants niri.service AB.service swayidle.service wlsunset.service weather.timer