My dotfiles
Go to file
the_4n0nym0u53 e3baa27189
Solarized colorscheme (#1)
* Trying out a new rice :))

* Waybar: Move box-shadows to the top.

* Waybar: Revamp Waybar config, including new solarized colorscheme.

* Solarize background color on Waybar and Alacritty.

* Fully solarized.

* Adjust media module length.

* Waybar: Change some colors.

* Solarize the rest of it.

* Waybar: Change date format.
2021-12-06 20:06:58 +00:00
.img Solarized colorscheme (#1) 2021-12-06 20:06:58 +00:00
alacritty/.config/alacritty Solarized colorscheme (#1) 2021-12-06 20:06:58 +00:00
mako/.config/mako Solarized colorscheme (#1) 2021-12-06 20:06:58 +00:00
nvim/.config/nvim Neovim: smart_path = 1. 2021-11-28 20:47:19 +01:00
sway/.config/sway Solarized colorscheme (#1) 2021-12-06 20:06:58 +00:00
swaylock/.config/swaylock Solarized colorscheme (#1) 2021-12-06 20:06:58 +00:00
waybar/.config/waybar Solarized colorscheme (#1) 2021-12-06 20:06:58 +00:00
LICENSE Initial commit 2021-10-03 00:40:44 +02:00
README.md Solarized colorscheme (#1) 2021-12-06 20:06:58 +00:00
install.sh Neovim: LSP: Add bashls language server. 2021-11-24 22:29:09 +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

This configuration depends on the following packages:

  • alacritty
  • artix-backgrounds
  • doas*
  • git
  • grimshot
  • mako
  • neovim
  • pavucontrol
  • pipewire
  • playerctl
  • protonvpn-cli-ng
  • python
  • stow
  • sway
  • swaylock-effects
  • sway-launcher-desktop
  • waybar
  • wireplumber

* 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 protonvpn, poweroff and reboot without a password, otherwise the keybindings for those won't work.