My dotfiles
Go to file
the_4n0nym0u53 de9220bc73
Make all shell scripts POSIX compliant, and use dash instead of bash.
2022-01-03 01:37:30 +01:00
.img Fix colors and update screenshot. 2021-12-19 15:59:04 +01:00
alacritty/.config/alacritty Adjust bright black color. 2021-12-07 20:13:42 +01:00
mako/.config/mako Solarized colorscheme (#1) 2021-12-06 20:06:58 +00:00
nvim Revamp README(s). 2021-12-30 15:38:46 +01:00
scripts Make all shell scripts POSIX compliant, and use dash instead of bash. 2022-01-03 01:37:30 +01:00
sway Fix Sway resize keybinds. 2022-01-01 20:24:39 +01:00
swaylock Revamp README(s). 2021-12-30 15:38:46 +01:00
swaynag/.config/swaynag Adjust window border thiccness and move swaynag back to the top. 2021-12-26 01:27:52 +01:00
waybar Make all shell scripts POSIX compliant, and use dash instead of bash. 2022-01-03 01:37:30 +01:00
zsh More aliases. 2022-01-02 15:59:13 +01:00
LICENSE Initial commit 2021-10-03 00:40:44 +02:00
README.md Fix grammar issue in README.md 2022-01-02 15:34:05 +01:00
install.sh Add README for Zsh. 2021-12-30 15:50:38 +01:00

README.md

My dotfiles

This is a collection of some of my dotfiles for my Artix Linux system.

Screenshot

You can install these dotfiles by cloning this repository and executing install.sh:

$ git clone https://github.com/theanonymousexyz/dotfiles.git
$ cd dotfiles
$ chmod +x install.sh
$ ./install.sh

Note that I use doas instead of sudo. 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 for some of the packages here for special notes.
  • Optionally, fork this repository to make maintenance easier.