You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 weeks ago | |
---|---|---|
alacritty/.config/alacritty | 3 months ago | |
git | 4 months ago | |
mako/.config/mako | 2 years ago | |
nvim | 3 weeks ago | |
scripts | 3 weeks ago | |
sway | 2 months ago | |
swaylock | 2 months ago | |
swaynag/.config/swaynag | 4 months ago | |
waybar | 3 weeks ago | |
zsh | 3 weeks ago | |
LICENSE | 2 years ago | |
README.md | 4 months ago | |
install.sh | 3 weeks ago |
README.md
My dotfiles
This is a collection of some of my dotfiles for my Linux systems. They work on Artix and Fedora.
To install:
git clone https://git.data.coop/samsapti/dotfiles.git
cd dotfiles
./install.sh
Notes
- You need to make
sudo
rules that allow you to execute,poweroff
andreboot
without a password, otherwise the keybindings and scripts for those won't work. - The installation script requires GNU Stow to work.
- Make sure to thoroughly examine these dotfiles and change them to your needs before using them.
- See the READMEs in the individual subfolders here for special notes.
- I use
dash
instead ofsh
orbash
for my shell scripts. As such, all my scripts try to be as POSIX compliant as possible. If you don't want to usedash
, you can change the shebang in the scripts to#!/bin/sh
or#!/bin/bash
.
License
The Unlicense.