KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
cfgs
★ 18
Open GitHub ↗
My personal configs
Download README (.md)
Explore Similar Repositories
cmn-project
:
aws resource manager
docker-android-studio
:
Android Studio in a container
ionic-bitcoin-wallet
:
Copay ported to the ionic framework.
emojihaiku
:
Emoji Haiku Twitter Bot! @emoji_haiku
cs186
:
CS186 Spring 2015 Class projects
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
cfgs
?
Download (.md)
# cfgs My personal configs. Requirements: - git (to clone this repo) - ansible Install ansible: - sudo apt install software-properties-common - sudo apt-add-repository ppa:ansible/ansible - sudo apt update - sudo apt install ansible -y Install git: - sudo apt install git Install configs: - git clone https://github.com/melihovv/cfgs.git ~/cfgs - cd ~/cfgs - ansible-galaxy install -r requirements.yml - ansible-playbook main.yml Running `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 lubuntu To install only specific roles: - ansible-playbook main.yml --tags=zsh,vim To exclude specific roles from install: - ansible-playbook main.yml --skip-tags=bash,emacs