2019-07-11 23:22:16 +02:00
|
|
|
#! /usr/bin/sh
|
|
|
|
|
|
|
|
# Configuration files
|
|
|
|
stow -t ~ X
|
|
|
|
stow -t ~ bash
|
2019-07-14 04:27:50 +02:00
|
|
|
stow -t ~ dunst
|
2019-07-11 23:22:16 +02:00
|
|
|
stow -t ~ emacs
|
|
|
|
stow -t ~ git
|
|
|
|
stow -t ~ i3
|
|
|
|
stow -t ~ i3blocks
|
|
|
|
stow -t ~ ranger
|
2019-07-13 04:30:18 +02:00
|
|
|
stow -t ~ redshift
|
2019-10-07 16:21:23 +02:00
|
|
|
stow -t ~ rofi
|
2019-07-13 03:22:04 +02:00
|
|
|
stow -t ~ termite
|
2019-07-12 23:45:49 +02:00
|
|
|
stow -t ~ tridactyl
|
2019-07-11 23:22:16 +02:00
|
|
|
stow -t ~ vim
|
|
|
|
stow -t ~ zsh
|
|
|
|
|
2019-10-06 20:09:41 +02:00
|
|
|
# Create the directory if needed
|
2019-10-04 11:48:34 +02:00
|
|
|
mkdir -p ~/.scripts
|
|
|
|
# Scripts must be in their own directory
|
|
|
|
stow -t ~/.scripts scripts/
|
2019-07-11 23:22:16 +02:00
|
|
|
|
|
|
|
# Common shell files
|
|
|
|
stow -t ~ shell/
|
|
|
|
|
|
|
|
# Wallpapers
|
|
|
|
stow -t ~ wallpapers/
|
2019-10-06 20:09:41 +02:00
|
|
|
|
|
|
|
# Create the directory if needed
|
|
|
|
mkdir -p ~/.local/share/applications
|
|
|
|
# Symlink the '.desktop' files (btmenu needs one)
|
|
|
|
stow -t ~/.local/share/applications desktop
|