Remove templating from zshrc

This makes it easier to copy around and simpler to write
This commit is contained in:
Jake Howard 2023-07-28 14:25:21 +01:00
parent 04cb1e1100
commit f98d063f97
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 1 additions and 4 deletions

View File

@ -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*) ;;

View File

@ -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: