43 lines
961 B
Markdown
43 lines
961 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`
|
|
- `wl-clipboard`
|
|
- `zsh`
|
|
|
|
\* 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.
|
|
|