nunOS/2-core.sh

12 lines
358 B
Bash
Raw Normal View History

2023-11-14 21:22:36 +00:00
cp -a config/. ~/.config
# echo "source ~/.config/bash/bashrc" >> ~/.bashrc
# actually, I want this command to be indempotent, mmh
bash packages/core/1-lf.sh
bash packages/core/2-tmux.sh
bash packages/core/3-gnome-extensions.sh
bash packages/core/4-alacritty.sh
alacritty --config-file ./config/alacritty/alacritty-autostart.yml --command "/usr/bin/bash"