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
- Host: GitHub
- URL: https://github.com/woefe/dotfiles
- Owner: woefe
- License: mit
- Created: 2016-04-22T17:07:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T12:01:36.000Z (about 1 year ago)
- Last Synced: 2025-04-15T14:56:27.523Z (about 1 year ago)
- Topics: dotfiles, gnu-stow
- Language: Vim Script
- Homepage:
- Size: 13.6 MB
- Stars: 37
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dotfiles

## 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
```