update
This commit is contained in:
parent
83689ae91d
commit
52df8cd4f1
2 changed files with 11 additions and 7 deletions
|
|
@ -1,14 +1,14 @@
|
||||||
- name: Load devpod variables if DEVPOD is true
|
- name: Load devpod variables if DEVPOD is true
|
||||||
include_vars: "vars/devpod.yml"
|
include_vars: "vars/devpod.yml"
|
||||||
|
|
||||||
- name: install apt
|
#- name: install apt
|
||||||
include_tasks: "./scripts/install_apt.yml"
|
# include_tasks: "./scripts/install_apt.yml"
|
||||||
|
|
||||||
#- name: install brew
|
#- name: install brew
|
||||||
# include_tasks: "./scripts/install_brew.yml"
|
# include_tasks: "./scripts/install_brew.yml"
|
||||||
|
|
||||||
#- name: install go
|
#- name: install go
|
||||||
# include_tasks: "./scripts/install_go.yml"
|
# include_tasks: "./scripts/install_go.yml"
|
||||||
|
|
||||||
- name: install go apps
|
- name: install go apps
|
||||||
include_tasks: "./scripts/install_goapps.yml"
|
include_tasks: "./scripts/install_goapps.yml"
|
||||||
|
|
@ -18,3 +18,9 @@
|
||||||
shell: "stow --adopt ."
|
shell: "stow --adopt ."
|
||||||
args:
|
args:
|
||||||
chdir: ~/dotfiles
|
chdir: ~/dotfiles
|
||||||
|
|
||||||
|
- name: git reset
|
||||||
|
become_user: user
|
||||||
|
shell: "git reset --hard"
|
||||||
|
args:
|
||||||
|
chdir: ~/dotfiles
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,4 @@
|
||||||
sudo apt install stow -y
|
sudo apt install stow -y
|
||||||
stow --adopt .
|
stow --adopt .
|
||||||
nix-env -iA nixpkgs.myPackages
|
nix-env -iA nixpkgs.myPackages
|
||||||
#sudo apt update
|
make devpod
|
||||||
#sudo apt install ansible -y
|
|
||||||
#make devpod
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue