dotfiles/README.md

41 lines
970 B
Markdown
Raw Normal View History

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
```
This configuration depends on the following packages:
2021-10-02 20:59:11 +00:00
- `alacritty`
- `artix-backgrounds`
2021-10-02 20:59:11 +00:00
- `doas`\*
- `git`
- `grimshot`
2021-10-02 20:59:11 +00:00
- `mako`
- `neovim`
- `pavucontrol`
- `pipewire`
2021-10-02 20:59:11 +00:00
- `playerctl`
- `protonvpn-cli-ng`
2021-10-02 20:59:11 +00:00
- `python`
- `stow`
2021-10-02 20:59:11 +00:00
- `sway`
- `swaylock-effects`
2021-10-02 20:59:11 +00:00
- `sway-launcher-desktop`
- `waybar`
- `wireplumber`
2021-10-02 20:59:11 +00:00
2021-10-02 22:52:00 +00:00
\* 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.
2021-10-02 20:59:11 +00:00
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.
2021-10-02 20:59:11 +00:00