My dotfiles
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.
 
 
 
Sam A. d8c03b8ed7
Ignore Brave in MPRIS module
3 weeks ago
alacritty/.config/alacritty Update alacritty.yml 3 months ago
git Add git config 4 months ago
mako/.config/mako Solarized colorscheme (#1) 2 years ago
nvim Change Lua indentation to 3 3 weeks ago
scripts Remove Neovim from update.sh 3 weeks ago
sway Use new Yubico Authenticator 2 months ago
swaylock Add fade to Swaylock 2 months ago
swaynag/.config/swaynag Move swaynag to the bottom 4 months ago
waybar Ignore Brave in MPRIS module 3 weeks ago
zsh rm -rf 3 weeks ago
LICENSE Initial commit 2 years ago
README.md Update README.md 4 months ago
install.sh Fix 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 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.