Remove templating from zshrc
This makes it easier to copy around and simpler to write
This commit is contained in:
parent
04cb1e1100
commit
f98d063f97
2 changed files with 1 additions and 4 deletions
|
@ -31,8 +31,6 @@ source $ZSH/oh-my-zsh.sh
|
|||
|
||||
eval "$(direnv hook zsh)"
|
||||
|
||||
alias src="source {{ home }}/.zshrc && tmux source {{ home }}/.tmux.conf"
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
case $- in
|
||||
*i*) ;;
|
||||
|
|
|
@ -44,14 +44,13 @@
|
|||
- zsh-fast-syntax-highlighting
|
||||
|
||||
- name: Install ZSH config
|
||||
template:
|
||||
copy:
|
||||
src: ./files/zshrc
|
||||
dest: "{{ home }}/.zshrc"
|
||||
mode: 0644
|
||||
owner: "{{ user }}"
|
||||
validate: zsh -n %s
|
||||
backup: true
|
||||
trim_blocks: false
|
||||
|
||||
- name: Install global environment variables
|
||||
template:
|
||||
|
|
Loading…
Reference in a new issue