47 lines
602 B
Markdown
47 lines
602 B
Markdown
# dotfiles
|
|
|
|
This repo contains all the dotfiles for my minimalist sway setup
|
|
|
|
## Requirements
|
|
|
|
Make sure you've got these packages before installing
|
|
|
|
- sway
|
|
- alacritty
|
|
- fish
|
|
- thunar
|
|
- librewolf
|
|
- sirula
|
|
- mako
|
|
- slurp
|
|
- grim
|
|
- wl-clipboard
|
|
- ironbar
|
|
- pango
|
|
- hurmit nerd font
|
|
- stow
|
|
- git
|
|
- alsa-utils
|
|
- imagemagick
|
|
- keepassxc
|
|
- syncthing
|
|
- gitui
|
|
- btop
|
|
- helix-editor
|
|
- bat
|
|
|
|
## Installation
|
|
|
|
First of all, clone this repository in your home folder
|
|
|
|
```
|
|
git clone http://gitea.homelabdeouf.xyz/thatscringebro/dotfiles.git
|
|
```
|
|
|
|
Then, use GNU stow to create the symlinks
|
|
|
|
```
|
|
cd dotfiles
|
|
stow .
|
|
```
|