dotfiles/README.md
the_4n0nym0u53 b90a360321
Trying out IVPN
The client doesn't depend on systemd nor NetworkManager. Excellent for an Artix user like me!
Shoutout to Viktor from IVPN for the free trial (not sponsored)!
2021-12-14 17:31:14 +01:00

41 lines
976 B
Markdown

# My dotfiles
This is a collection of some of my dotfiles for my Artix Linux system.
![Screenshot](./.img/screenshot.png)
You can install these dotfiles by cloning this repository and executing `install.sh`.
```bash
$ 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`
\* 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 `ivpn-service`, `poweroff` and `reboot` without a password, otherwise the keybindings for those won't work.