dot-files/install.sh

34 lines
560 B
Bash
Raw Normal View History

2019-07-11 23:22:16 +02:00
#! /usr/bin/sh
# Configuration files
stow -t ~ X
stow -t ~ bash
stow -t ~ dunst
2019-07-11 23:22:16 +02:00
stow -t ~ emacs
stow -t ~ flake8
2019-07-11 23:22:16 +02:00
stow -t ~ git
stow -t ~ i3
stow -t ~ i3blocks
2019-10-10 10:45:17 +02:00
stow -t ~ isort
2019-07-11 23:22:16 +02:00
stow -t ~ ranger
stow -t ~ redshift
2019-10-07 16:21:23 +02:00
stow -t ~ rofi
stow -t ~ termite
stow -t ~ tridactyl
2019-07-11 23:22:16 +02:00
stow -t ~ vim
stow -t ~ zsh
# Create the directory if needed
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/
# Symlink the '.desktop' files (btmenu needs one)
stow -t ~ desktop