An open API service indexing awesome lists of open source software.

https://github.com/woefe/dotfiles

My .dotfiles - managed with GNU Stow
https://github.com/woefe/dotfiles

dotfiles gnu-stow

Last synced: about 1 year ago
JSON representation

My .dotfiles - managed with GNU Stow

Awesome Lists containing this project

README

          

dotfiles

![laptop setup](https://i.imgur.com/y5yAxSd.png)

## How to use it

1. Clone this repo:

```shell
git clone --recursive https://github.com/woefe/dotfiles.git $HOME/.dotfiles-woefe
cd $HOME/.dotfiles-woefe
```
2. Install GNU Stow:

```shell
# On Arch Linux
sudo pacman -S stow
```
3. Uncomment the lines in [`install.sh`](./install.sh) of dotfiles you want to install
4. Execute `./install.sh`.
Make sure that you run the script in the main dotfiles directory, i.e `cd ~/.dotfiles-woefe` first.

## Updating
To update the dotfiles pull this repo including its submodules.

```
git pull --recurse-submodules
```

## Sway dependencies
```
pacman -S \
fuzzel \
gammastep \
grim \
kanshi \
materia-gtk-theme \
noto-fonts \
noto-fonts-emoji \
otf-font-awesome \
papirus-icon-theme \
python3 \
slurp \
swaylock \
waybar \
wdisplays \
wireless_tools \
wl-clipboard \
xorg-xwayland
```