Skip to content

Commit 3774347

Browse files
committed
add agnoster theme with powerline fonts to oh-my-zsh
1 parent ed32c0c commit 3774347

11 files changed

Lines changed: 1176 additions & 9 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ https://github.com/rodionovd/dotfiles/blob/master/osx.sh
1515
TODO:
1616

1717
- fix some homebrew cask links so that binary is linked from /Applications
18-
- figure out how to automate terminal.app's preferences so that "source ~/.zshrc" is run on new terminal
19-
- still having issues with fonts for oh-my-zshell themes
2018
- setup git github rate limit
2119
- add bower
2220
- add node.js

ansible/group_vars/osx_packages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ osx_packages:
5353
- hands-off
5454
- intellij-idea
5555
#- ipackr # does not exists, considering contribution.
56+
- iterm2
5657
- maintenance
5758
- mysqlworkbench
5859
- onyx

ansible/roles/git/tasks/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44

55
- name: Git | Copy global gitignore
66
copy: src=gitignore dest=~/.gitignore mode=0644
7+
8+
- name: Oh-My-Zsh | Create Git Dump directory
9+
file: path=~/git-dump state=directory mode=0755
10.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)