My dotfiles
Go to file
the_4n0nym0u53 4a70ca8c2f
Adjust some more things.
2021-12-24 01:16:07 +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/.config/nvim Fix indentation in init.vim. 2021-12-19 16:24:01 +01:00
scripts/.local/bin Add script to clear the clipboard (requires wl-clipboard) and add keybinding for it in sway config. 2021-12-22 15:27:03 +01:00
sway/.config/sway Adjust colors and titlebars in Sway, and fix .zshrc .zsh file loading. 2021-12-24 00:47:53 +01:00
swaylock/.config/swaylock Solarized colorscheme (#1) 2021-12-06 20:06:58 +00:00
waybar/.config/waybar Fix IVPN status script. 2021-12-20 00:55:55 +01:00
zsh Adjust some more things. 2021-12-24 01:16:07 +01:00
LICENSE Initial commit 2021-10-03 00:40:44 +02:00
README.md Adjust some more things. 2021-12-24 01:16:07 +01:00
install.sh Adjust some more things. 2021-12-24 01:16:07 +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
  • ivpn (daemon + CLI)
  • mako
  • neovim
  • pavucontrol
  • pipewire
  • playerctl
  • python
  • stow
  • sway
  • swaylock-effects
  • sway-launcher-desktop
  • waybar
  • wireplumber
  • wl-clipboard
  • zsh

* Feel free to change anything to your liking.

** If you prefer sudo, then change all instances of doas to sudo.

Also, you need to make doas/sudo rules that allow you to execute ivpn-service, poweroff, reboot and pkill ivpn-service without a password, otherwise the keybindings and scripts for those won't work.