aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 65ce00852265344b4dad52c7975b6bb884a67f84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# AnInternetTroll's dotfiles

To install these dotfiles run the following command

```sh
./bootstrap.sh
```

This will install **and replace** all appropriate files in your home folder.

# Dependencies

Here is an incomplete list of the required dependencies for each configuration.

## Sway

- Terminal (either one works)
  - [foot](https://codeberg.org/dnkl/foot)
  - [alacritty](https://alacritty.org/)
- Screenshot
  - slurp
  - grim
  - swappy
- [wofi](https://hg.sr.ht/~scoopta/wofi)
- swaylock
- swaybg
- swayidle
- brightnessctl
- pactl
- playerctl
- waybar
- dunst

## Neovim

- [vscode-langservers-extracted](https://www.npmjs.com/package/vscode-langservers-extracted)
  - `npm i -g vscode-langservers-extracted`
- [deno](https://deno.land)
- [git](https://git-scm.com/)

Also need to run this to get :MarkdownPreview to work

```sh
:lua vim.fn["mkdp#util#install"]()
```