summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorJohannes Ranke <johannes.ranke@jrwb.de>2026-01-02 12:31:47 +0100
committerJohannes Ranke <johannes.ranke@jrwb.de>2026-01-02 12:31:47 +0100
commitd4b2ac39593f339b7fbdf659cb04e6ce4b7df6bd (patch)
tree5d967404147a2d53f6826e808cc1804dd3e5ed58 /install
parentdd4940ac218890ddd0537af9250470f50eb77099 (diff)
Switch to zsh and remove some cruft
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index e35190d..d8d9228 100755
--- a/install
+++ b/install
@@ -6,7 +6,7 @@ cd $(dirname $BASH_SOURCE)
BASE=$(pwd)
# dotfiles to install
-for dotfile in bashrc vimrc gitconfig gitignore Rprofile tmux.conf reportbugrc; do
+for dotfile in bashrc vimrc gitconfig gitignore Rprofile tmux.conf reportbugrc zshrc p10k.zsh; do
mkdir -pv bak
[ -e ~/.$dotfile ] && mv -v ~/.$dotfile bak/.$dotfile
ln -sfv $BASE/$dotfile ~/.$dotfile

Contact - Imprint