My dotfiles
Go to file
2021-10-03 01:49:05 +02:00
.img Add screenshot to README.me 2021-10-03 01:49:05 +02:00
alacritty/.config/alacritty Initial commit 2021-10-03 00:40:44 +02:00
autostart/.scripts Initial commit 2021-10-03 00:40:44 +02:00
mako/.config/mako Initial commit 2021-10-03 00:40:44 +02:00
nvim Initial commit 2021-10-03 00:40:44 +02:00
sway/.config/sway Initial commit 2021-10-03 00:40:44 +02:00
swaylock/.config/swaylock Initial commit 2021-10-03 00:40:44 +02:00
waybar/.config/waybar Initial commit 2021-10-03 00:40:44 +02:00
install.sh Create install.sh 2021-10-03 00:50:53 +02:00
LICENSE Initial commit 2021-10-03 00:40:44 +02:00
README.md Add screenshot to README.me 2021-10-03 01:49:05 +02:00

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. Make sure you have git and stow installed.

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

These dotfiles depend on the following software packages:

  • alacritty
  • doas*
  • mako
  • neovim
  • pavucontrol
  • pipewire/pulseaudio
  • playerctl
  • python
  • sway
  • swaylock
  • waybar
  • sway-launcher-desktop

* If you prefer sudo, then change all instances of doas to sudo. They're mainly in the sway config file and in my autostart.sh script.

Also, you need to make a doas/sudo rule that allows you to execute poweroff and reboot without a password, otherwise the keybindings for those won't work.