b9bc23d46e
- Improve install script with for loop - Change hash bangs to /bin/sh because I've symlinked /bin/sh to dash, they should work with bash as well due to POSIX compliance |
||
---|---|---|
.img | ||
alacritty/.config/alacritty | ||
mako/.config/mako | ||
nvim | ||
scripts | ||
sway | ||
swaylock | ||
swaynag/.config/swaynag | ||
waybar | ||
zsh | ||
install.sh | ||
LICENSE | ||
README.md |
My dotfiles
This is a collection of some of my dotfiles for my Artix Linux system.
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
andreboot
(and additionallyivpn-service
andpkill "^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.