update telescope and treesitter for nvim v0.12
This commit is contained in:
1
roles/zsh/files/.zshenv
Normal file
1
roles/zsh/files/.zshenv
Normal file
@ -0,0 +1 @@
|
||||
export PATH="/home/johannes/.local/bin:$PATH"
|
||||
@ -20,3 +20,5 @@ rm() {
|
||||
}
|
||||
|
||||
alias lg='lazygit'
|
||||
|
||||
alias tt='taskwarrior-tui'
|
||||
|
||||
@ -12,15 +12,16 @@
|
||||
args:
|
||||
creates: "{{ home_dir }}/.oh-my-zsh"
|
||||
|
||||
- name: Check for custom zshrc
|
||||
stat:
|
||||
path: "{{ role_path }}/files/.zshrc"
|
||||
register: custom_zshrc
|
||||
- name: Symlink .zshenv
|
||||
file:
|
||||
src: "{{ role_path }}/files/.zshenv"
|
||||
dest: "{{ home_dir }}/.zshenv"
|
||||
state: link
|
||||
force: yes
|
||||
|
||||
- name: Symlink custom zshrc
|
||||
- name: Symlink .zshrc
|
||||
file:
|
||||
src: "{{ role_path }}/files/.zshrc"
|
||||
dest: "{{ home_dir }}/.zshrc"
|
||||
state: link
|
||||
force: yes
|
||||
when: custom_zshrc.stat.exists
|
||||
|
||||
Reference in New Issue
Block a user