Skip to content

Marty1820/dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marty's Dots

GitHub last commit GitHub repo size

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

Screenshot

niri fetch

Details

Name Description
NeoVim Super + a Text Editor
Thunar Super + e Filebroswer
WaterFox Super + b Web Browser
Fuzzel Super + d Applications Launcher
swww Wallpaper setting

ZSH changes

Name Description
exa ls replacement
bat cat replacement
starship Terminal Prompt
Decompression Tools ex filename to extract compressed files

Installation instructions

Prerequisites

Install GNU stow:

sudo apt install stow   # Debian/Ubuntu
sudo pacman -S stow     # Arch

Clone Repo

git clone https://github.com/Marty1820/configs.git ~/dots
cd ~/dots

Stow the files

stow .

Bootstrap

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 .

Extra file needed for wlsunset and weather module in Waybar

nvim ~/.local/state/location.toml

Example contents:

API_KEY = "OPEN_WEATHER_API_KEY"
LAT = "LATITUDE"
LON = "LONGITUDE"

Niri wants

systemctl --user add-wants niri.service AB.service swayidle.service wlsunset.service weather.timer

About

Computer config files

Topics

Resources

Stars

Watchers

Forks