Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melihovv/cfgs
My personal configs
https://github.com/melihovv/cfgs
ansible bash cfgs dotfiles emacs git vim zsh
Last synced: about 3 hours ago
JSON representation
My personal configs
- Host: GitHub
- URL: https://github.com/melihovv/cfgs
- Owner: melihovv
- Created: 2015-06-09T18:06:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-02T01:56:56.000Z (almost 4 years ago)
- Last Synced: 2023-09-17T00:04:45.735Z (about 1 year ago)
- Topics: ansible, bash, cfgs, dotfiles, emacs, git, vim, zsh
- Language: Vim script
- Homepage:
- Size: 708 KB
- Stars: 18
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cfgs
My personal configs.
Requirements:
- git (to clone this repo)
- ansibleInstall ansible:
- sudo apt install software-properties-common
- sudo apt-add-repository ppa:ansible/ansible
- sudo apt update
- sudo apt install ansible -yInstall git:
- sudo apt install gitInstall configs:
- git clone https://github.com/melihovv/cfgs.git ~/cfgs
- cd ~/cfgs
- ansible-galaxy install -r requirements.yml
- ansible-playbook main.ymlRunning `ansible-playbook main.yml` will install
- zsh, antigen, oh-my-zsh and other awesome zsh plugins
- bash-it
- git
- tmux and some cool tmux plugins
- tree
- fasd
- fzf
- vim
- emacs with spacemacs
- configs for lubuntuTo install only specific roles:
- ansible-playbook main.yml --tags=zsh,vimTo exclude specific roles from install:
- ansible-playbook main.yml --skip-tags=bash,emacs