All Projects → veggiemonk → ansible-ohmyzsh

veggiemonk / ansible-ohmyzsh

Licence: other
simple ansible role to install oh-my-zsh

Projects that are alternatives of or similar to ansible-ohmyzsh

go-dev
Golang Dev Env Dockerfile
Stars: ✭ 17 (-55.26%)
Mutual labels:  zsh, oh-my-zsh
Zeta Zsh Theme
Another ⭐️ theme for oh-my-zsh
Stars: ✭ 184 (+384.21%)
Mutual labels:  zsh, oh-my-zsh
Zsh Proxy
🔩 An oh-my-zsh plugin to configure proxy
Stars: ✭ 162 (+326.32%)
Mutual labels:  zsh, oh-my-zsh
Purify
🌈 Clean & vibrant color schemes for Vim, Terminals...
Stars: ✭ 142 (+273.68%)
Mutual labels:  zsh, oh-my-zsh
zsh-ssh-agent
Ssh-agent management for zsh
Stars: ✭ 19 (-50%)
Mutual labels:  zsh, oh-my-zsh
Sheldon
A fast, configurable, shell plugin manager
Stars: ✭ 144 (+278.95%)
Mutual labels:  zsh, oh-my-zsh
Zsh In Docker
Install Zsh, Oh-My-Zsh and plugins inside a Docker container with one line!
Stars: ✭ 169 (+344.74%)
Mutual labels:  zsh, oh-my-zsh
Zsh to fish
How to make zsh like fish?
Stars: ✭ 93 (+144.74%)
Mutual labels:  zsh, oh-my-zsh
Spaceship Prompt
🚀⭐ A Zsh prompt for Astronauts
Stars: ✭ 15,748 (+41342.11%)
Mutual labels:  zsh, oh-my-zsh
Ansible Role Zsh
Setup antigen with oh-my-zsh, powerlevel10k theme, fzf, autosuggestions, syntax-highlighting
Stars: ✭ 210 (+452.63%)
Mutual labels:  zsh, oh-my-zsh
History Sync
An oh-my-zsh plugin for GPG encrypted internet synchronised Zsh history, with Git.
Stars: ✭ 135 (+255.26%)
Mutual labels:  zsh, oh-my-zsh
msfvenom-zsh-completion
zsh completion for msfvenom in Metasploit
Stars: ✭ 42 (+10.53%)
Mutual labels:  zsh, oh-my-zsh
Zsh Nvm
Zsh plugin for installing, updating and loading nvm
Stars: ✭ 1,670 (+4294.74%)
Mutual labels:  zsh, oh-my-zsh
Zsh Theme
Yet another zsh theme
Stars: ✭ 153 (+302.63%)
Mutual labels:  zsh, oh-my-zsh
Dotfiles
Alacritty + Tmux + Oh My Zsh + Neovim = ❤️
Stars: ✭ 95 (+150%)
Mutual labels:  zsh, oh-my-zsh
Dotfiles Win
🙈 oh-my-zsh on bash on windows configuration files
Stars: ✭ 167 (+339.47%)
Mutual labels:  zsh, oh-my-zsh
Pi
A minimalist zsh theme with git status decorations
Stars: ✭ 76 (+100%)
Mutual labels:  zsh, oh-my-zsh
Castle Winbuntu
Homesick Castle for use on WSL.
Stars: ✭ 87 (+128.95%)
Mutual labels:  zsh, oh-my-zsh
Zsh Vi Mode
💻 A better and friendly vi(vim) mode plugin for ZSH.
Stars: ✭ 181 (+376.32%)
Mutual labels:  zsh, oh-my-zsh
Starship
☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
Stars: ✭ 20,504 (+53857.89%)
Mutual labels:  zsh, oh-my-zsh

ansible-ohmyzsh

An ansible role that install oh-my-zsh

Features

  • Installs oh-my-zsh, A community-driven framework for managing your zsh configuration.

Dependency

Install Ansible

sudo apt-add-repository -y ppa:ansible/ansible
sudo apt-get update
sudo apt-get install -y ansible

Playbook

- hosts: all
  roles:
    - ansible-ohmyzsh

Running playbook

###1 clone this repo

git clone https://github.com/veggiemonk/ansible-ohmyzsh

###2 put the playbook at the same level at the repository you just cloned

###3 run playbook

  • ansible-playbook --inventory 'localhost,' -a -u LOCAL_USERNAME playbook.yml

Make sur you can connect to localhost by ssh.

Authors

Special Thanks

  • Adam Brett for the best and only ansible tutorial you will ever need to get started: link
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].