My dotfiles
Go to file
the_4n0nym0u53 5d1787fa2b
Config adjustments.
Alacritty: Increase font size to 11.
Neovim: New init.vim with vim-plug and other customizations.
2021-11-24 18:38:21 +01:00
.img Update screenshot.png 2021-10-06 19:03:50 +02:00
alacritty/.config/alacritty Config adjustments. 2021-11-24 18:38:21 +01:00
mako/.config/mako Adjust mako config (again, again). 2021-10-04 21:57:35 +02:00
nvim/.config/nvim Config adjustments. 2021-11-24 18:38:21 +01:00
sway/.config/sway Sway: Set font. 2021-11-19 17:53:22 +01:00
swaylock/.config/swaylock Adjust swaylock config. 2021-10-05 19:59:23 +02:00
waybar/.config/waybar Waybar: Make pvpn module reconnect to VPN when clicked on. 2021-11-20 19:01:19 +01:00
install.sh Config adjustments. 2021-11-24 18:38:21 +01:00
LICENSE Initial commit 2021-10-03 00:40:44 +02:00
README.md Fix dependancies and adjust swaylock blur and vignette effects. 2021-10-03 23:06:43 +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*
  • grimshot
  • mako
  • neovim
  • pavucontrol
  • pipewire/pulseaudio
  • playerctl
  • python
  • sway
  • swaylock-effects
  • 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.