2021-10-02 20:59:11 +00:00
# My dotfiles
This is a collection of some of my dotfiles for my Artix Linux system.
2021-10-02 23:49:05 +00:00
![Screenshot ](./.img/screenshot.png )
2021-10-02 20:59:11 +00:00
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
```
2021-12-06 20:06:58 +00:00
This configuration depends on the following packages:
2021-10-02 20:59:11 +00:00
- `alacritty`
2021-12-06 20:06:58 +00:00
- `artix-backgrounds`
2021-10-02 20:59:11 +00:00
- `doas` \*
2021-11-24 17:58:16 +00:00
- `git`
2021-10-03 21:06:43 +00:00
- `grimshot`
2021-12-14 16:31:14 +00:00
- `ivpn` (daemon + CLI)
2021-10-02 20:59:11 +00:00
- `mako`
- `neovim`
- `pavucontrol`
2021-11-24 17:55:17 +00:00
- `pipewire`
2021-10-02 20:59:11 +00:00
- `playerctl`
- `python`
2021-11-24 17:58:16 +00:00
- `stow`
2021-10-02 20:59:11 +00:00
- `sway`
2021-10-03 21:06:43 +00:00
- `swaylock-effects`
2021-10-02 20:59:11 +00:00
- `sway-launcher-desktop`
2021-11-24 17:55:17 +00:00
- `waybar`
- `wireplumber`
2021-12-22 14:27:03 +00:00
- `wl-clipboard`
2021-12-22 23:55:07 +00:00
- `zsh`
2021-10-02 20:59:11 +00:00
2021-12-22 23:55:07 +00:00
\* If you prefer `sudo` , then change all instances of `doas` to `sudo` .
2021-10-02 20:59:11 +00:00
2021-12-22 23:55:07 +00:00
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.
2021-10-02 20:59:11 +00:00