My dotfiles
Go to file
Sam A. fbc45f2b9c
Remove Android compatibility
2022-09-18 21:04:54 +02:00
alacritty/.config/alacritty Change opacity and update Sway config files 2022-06-06 23:18:07 +02:00
mako/.config/mako Solarized colorscheme (#1) 2021-12-06 20:06:58 +00:00
nvim All yaml types have tabsize 2 2022-08-19 19:16:34 +02:00
scripts Remove space 2022-09-11 13:33:11 +02:00
sway Pause media before screen lock 2022-07-06 16:14:51 +02:00
swaylock Adjustments 2022-03-05 15:29:32 +01:00
swaynag/.config/swaynag Swaynag: Add seperate color for reboot 2022-02-19 23:59:23 +01:00
waybar Change opacity and update Sway config files 2022-06-06 23:18:07 +02:00
zsh Remove Android compatibility 2022-09-18 21:04:54 +02:00
LICENSE Initial commit 2021-10-03 00:40:44 +02:00
README.md Remove Android compatibility 2022-09-18 21:04:54 +02:00
install.sh Fix install.sh 2022-06-22 17:11:07 +02:00

README.md

My dotfiles

This is a collection of some of my dotfiles for my Linux systems. These work on Artix, Debian, Fedora and Ubuntu.

To install:

$ git clone https://git.data.coop/samsapti/dotfiles.git
$ cd dotfiles
$ ./install.sh

Note that I use doas instead of sudo (only on Artix). If you prefer sudo, then change all instances of doas to sudo, or simply create a symlink doas pointing to sudo:

$ sudo ln -s $(which sudo) /usr/bin/doas

Notes

  • You need to make doas/sudo rules that allow you to execute, poweroff and reboot (and additionally ivpn-service and pkill "^ivpn-service$" if you use IVPN) without a password, otherwise the keybindings and scripts for those won't work.
  • The install 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.