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