include bash profile in setup
This commit is contained in:
parent
c87131b258
commit
1190a3f33d
1 changed files with 6 additions and 0 deletions
|
@ -69,3 +69,9 @@
|
||||||
src: "{{ dotfiles_config_dir }}/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom"
|
src: "{{ dotfiles_config_dir }}/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom"
|
||||||
dest: "{{ config_dir }}/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom"
|
dest: "{{ config_dir }}/cosmic/com.system76.CosmicSettings.Shortcuts/v1/custom"
|
||||||
state: link
|
state: link
|
||||||
|
|
||||||
|
- name: Update user profile
|
||||||
|
ansible.builtin.lineinfile:
|
||||||
|
path: "{{ home_dir }}/.bash_profile"
|
||||||
|
insertafter: EOF
|
||||||
|
line: . ~/dotfiles/.bash_profile-cosmic
|
||||||
|
|
Loading…
Reference in a new issue