/chaCon

Computer start-up

Primary LanguagePythonThe UnlicenseUnlicense

chaCon

Start up for a new computer or enviroment

Tools

ZSH

TMUX

Neovim

Instructions

Clone this reposotory

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

git clone git@github.com: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

Note

The font, colorsheme and iterm profile are in iOS/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