From d4bbaa607910cfb96ee0a521ec6de82bcb32b8e9 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Tue, 14 Nov 2023 16:32:26 +0000 Subject: [PATCH] savepoint --- bootstrap.sh => 1-bootstrap.sh | 0 2-config.sh | 3 +++ 3-install.sh | 0 4-launch.sh | 0 config.sh | 1 - config/tmux/{.tmux.conf => tmux.conf} | 0 packages/1-bash.sh | 3 --- packages/{2-lf.sh => 1-lf.sh} | 0 packages/3-alacritty.sh | 1 + 9 files changed, 4 insertions(+), 4 deletions(-) rename bootstrap.sh => 1-bootstrap.sh (100%) create mode 100644 2-config.sh create mode 100644 3-install.sh create mode 100644 4-launch.sh delete mode 100644 config.sh rename config/tmux/{.tmux.conf => tmux.conf} (100%) delete mode 100644 packages/1-bash.sh rename packages/{2-lf.sh => 1-lf.sh} (100%) create mode 100644 packages/3-alacritty.sh diff --git a/bootstrap.sh b/1-bootstrap.sh similarity index 100% rename from bootstrap.sh rename to 1-bootstrap.sh diff --git a/2-config.sh b/2-config.sh new file mode 100644 index 0000000..88d31f3 --- /dev/null +++ b/2-config.sh @@ -0,0 +1,3 @@ +cp -a config/. ~/.config +# echo "source ~/.config/bash/bashrc" >> ~/.bashrc +# actually, I want this command to be indempotent, mmh diff --git a/3-install.sh b/3-install.sh new file mode 100644 index 0000000..e69de29 diff --git a/4-launch.sh b/4-launch.sh new file mode 100644 index 0000000..e69de29 diff --git a/config.sh b/config.sh deleted file mode 100644 index e2ee698..0000000 --- a/config.sh +++ /dev/null @@ -1 +0,0 @@ -cp -a config/. ~/.config diff --git a/config/tmux/.tmux.conf b/config/tmux/tmux.conf similarity index 100% rename from config/tmux/.tmux.conf rename to config/tmux/tmux.conf diff --git a/packages/1-bash.sh b/packages/1-bash.sh deleted file mode 100644 index a57f33b..0000000 --- a/packages/1-bash.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -echo "source ~/.config/bash/bashrc" >> ~/.bashrc - diff --git a/packages/2-lf.sh b/packages/1-lf.sh similarity index 100% rename from packages/2-lf.sh rename to packages/1-lf.sh diff --git a/packages/3-alacritty.sh b/packages/3-alacritty.sh new file mode 100644 index 0000000..f6febed --- /dev/null +++ b/packages/3-alacritty.sh @@ -0,0 +1 @@ +sudo apt install alacritty