From b56b0d3ca316395a903ed1c7a040bda0ae321c36 Mon Sep 17 00:00:00 2001 From: claw0ry Date: Wed, 11 Dec 2024 13:58:21 +0100 Subject: fresh start --- setup | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 setup (limited to 'setup') diff --git a/setup b/setup new file mode 100644 index 0000000..5782fca --- /dev/null +++ b/setup @@ -0,0 +1,22 @@ +#!/bin/bash + +set -e + +ln -sf "$PWD/.bash_profile" "$HOME/.bash_profile" +ln -sf "$PWD/.bashrc" "$HOME/.bashrc" +ln -sf "$PWD/.inputrc" "$HOME/.inputrc" +ln -sf "$PWD/.tmux.conf" "$HOME/.tmux.conf" +ln -sf "$PWD/.vimrc" "$HOME/.vimrc" + +mkdir -p "$HOME/.config" + +ln -sf "$PWD/.config/alacritty" "$HOME/.config/alacritty" +ln -sf "$PWD/.config/nvim" "$HOME/.config/nvim" +ln -sf "$PWD/.config/tmux" "$HOME/.config/tmux" +ln -sf "$PWD/.config/oh-my-posh" "$HOME/.config/oh-my-posh" +ln -sf "$PWD/.config/powershell" "$HOME/.config/powershell" + +mkdir -p "$HOME/.local" + +ln -sf "$PWD/snippets" "$HOME/.local/snippets" +ln -sf "$PWD/scripts" "$HOME/.local/scripts" -- cgit v1.2.3