mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
small fixes init v1
This commit is contained in:
parent
f48b95c72d
commit
7489ca4e54
@ -17,7 +17,7 @@ ansible-galaxy install -r "$CHEZDIR/provision/requirements.yml"
|
||||
# Run setup playbook
|
||||
ansible-playbook "$CHEZDIR/provision/setup.yml" -i "$CHEZDIR/provision/hosts" --ask-become-pass
|
||||
|
||||
#export PATH="$PATH:/usr/local/bin"
|
||||
export PATH="$PATH:/usr/local/bin"
|
||||
|
||||
# Copy jumpstart scripts to temp bin dir and add to path
|
||||
mkdir -p "$CHEZDIR/temp_bin"
|
||||
@ -35,6 +35,9 @@ echo "{
|
||||
\"disp_sec\": \"HDMI-0\"
|
||||
}" > "$CHEZDIR/home/.gen/i3.json"
|
||||
|
||||
# initialize chezmoi
|
||||
chezmoi init
|
||||
|
||||
# first chezmoi apply
|
||||
chezmoi apply
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
- import_tasks: configs.yml
|
||||
tags: ["configs"]
|
||||
- import_tasks: packages.yml
|
||||
tags: ["packages"]
|
||||
- import_tasks: configs.yml
|
||||
tags: ["configs"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user