Files
dotfiles/clone_and_link.sh

17 lines
429 B
Bash
Raw Normal View History

2016-11-18 09:20:00 +01:00
#! /bin/sh
#
# clone_and_link.sh
# Copyright (C) 2016 fabian <fabian@fabi-laptop-arch>
#
# Distributed under terms of the MIT license.
#
2017-05-24 16:59:32 +02:00
ln -Tsv $PWD/zsh $HOME/.zsh
ln -Tsv ~/.zsh/.zshrc $HOME/.zshrc
ln -Tsv $PWD/tmux $HOME/.tmux
ln -Tsv ~/.tmux/.tmux.conf $HOME/.tmux.conf
2020-03-23 15:08:52 +01:00
ln -Tsv $PWD/nvim $HOME/.config/nvim
2023-09-18 12:25:57 +02:00
ln -Tsv $PWD/.config/alacritty $HOME/.config/alacritty
2025-04-17 08:56:15 +02:00
ln -fsv $PWD/virtualenvwrapper/* $VIRTUALENVWRAPPER_HOOK_DIR