mirror of
https://github.com/hexolan/dotfiles.git
synced 2026-03-26 10:11:15 +00:00
feat: extend dotfiles layout
Some base entries for some files. Add additional stubs for some config entries.
This commit is contained in:
14
distro/arch/full-setup.sh
Normal file
14
distro/arch/full-setup.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
echo "==> Running package installation..."
|
||||
bash "$SCRIPT_DIR/install.sh"
|
||||
|
||||
echo "==> Linking dotfiles..."
|
||||
bash "$SCRIPT_DIR/symlinks.sh"
|
||||
|
||||
echo "==> Setup complete!"
|
||||
zsh
|
||||
Reference in New Issue
Block a user