My dotfiles
Go to file
Sam A. 495650bb99
Fix Waybar clock
2024-03-30 18:26:17 +01:00
alacritty/.config/alacritty Fix stuff 2024-01-06 19:01:01 +01:00
git Add git config 2023-02-08 17:39:04 +01:00
mako/.config/mako Solarized colorscheme (#1) 2021-12-06 20:06:58 +00:00
nvim Edit nvim/.config/nvim/init.lua 2023-07-24 01:58:23 +02:00
scripts Stuff 2024-02-18 16:48:28 +01:00
sway Stuff 2024-02-18 16:48:28 +01:00
swaylock Add fade to Swaylock 2023-04-14 18:39:51 +02:00
swaynag/.config/swaynag Move swaynag to the bottom 2023-02-12 21:26:03 +01:00
waybar Fix Waybar clock 2024-03-30 18:26:17 +01:00
zsh Stuff 2024-02-18 16:48:28 +01:00
LICENSE Initial commit 2021-10-03 00:40:44 +02:00
README.md Update README.md 2023-01-29 20:03:52 +01:00
install.sh Stuff 2024-02-18 16:48:28 +01:00

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 and reboot 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 of sh or bash for my shell scripts. As such, all my scripts try to be as POSIX compliant as possible. If you don't want to use dash, you can change the shebang in the scripts to #!/bin/sh or #!/bin/bash.

License

The Unlicense.