Skip to content

L-chaCon/chaCon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chaCon

Start up for a new computer or enviroment

Tools

ZSH

TMUX

Neovim

Clone this reposotory

Clone this repository in the home directory of the user that will be using the computer.

git clone [email protected]:Chacon-tu-drema/chaCon.git ~/.chaConfig

Install Ansible

Depending on the OS, the installation of Ansible will be different. Here are the instructions.

Arch extra install
sudo pacman -S ansible-core
ansible-galaxy collection install community.general

Tools Setup

MacOS

Install programs before running the ansible-playbook command

Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> $HOME/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
Insatall iTerm2
brew install --cask iterm2
Run the Ansible Playbook

Go to the .chaConfing directory and run the ansible-playbook command.

cd ~/.chaConfing
ansible-playbook --ask-become-pass local.yml

Arch

Run the Ansible Playbook

Go to the .chaConfing directory and run the ansible-playbook command.

cd ~/.chaConfing
ansible-playbook --ask-become-pass local.yml

Debian/Ubuntu

TODO por mierntras: Python:

installar
pip install isort
pip install debugpy
pip install neovim

Releases

No releases published

Packages

No packages published

Languages