From d4b2ac39593f339b7fbdf659cb04e6ce4b7df6bd Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 2 Jan 2026 12:31:47 +0100 Subject: Switch to zsh and remove some cruft --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') 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 -- cgit v1.2.3