Skip to content

Commit

Permalink
gitpod: use symlink instead of clone
Browse files Browse the repository at this point in the history
  • Loading branch information
TanvirOnGH committed Sep 16, 2024
1 parent d28052d commit 490f2c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# TODO: Custom image with awesomewm preinstalled and configured
image: gitpod/workspace-full-vnc

# Then use the xephyr script(s) from scripts directory
tasks:
- name: Setup AwesomeWM Config along with necessary dependencies
before: |
sudo apt update && sudo apt install awesome xserver-xephyr -y
init: |
mkdir -p ~/.config/awesome
command: |
git clone https://github.com/TanvirOnGH/awesomewm-config.git ~/.config/awesome --recursive
for item in /workspace/awesomewm-config/*; do
ln -sfn "$item" ~/.config/awesome/
done
- name: Set bash aliases for easy access of xephyr script
command: |
echo "alias start='~/.config/awesome/scripts/xephyr.sh start xephyr && ~/.config/awesome/scripts/xephyr.sh start awesome'" >> ~/.bashrc
Expand Down

0 comments on commit 490f2c1

Please sign in to comment.