Start up for a new computer or enviroment
ZSH
TMUX
- tpm
- vim-tmux-navigator
- tmux-resurrect
- tmux-fuzzback
- tmux-mem-cpu-load
- tmux-continuum
- catppuccin
- gitmux
Neovim
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
Depending on the OS, the installation of Ansible will be different. Here are the instructions.
sudo pacman -S ansible-core
ansible-galaxy collection install community.general
Install programs before running the ansible-playbook
command
/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)"
brew install --cask iterm2
Note
The font, colorsheme and iterm profile are in iOS/iTerm2/
Go to the .chaConfing
directory and run the ansible-playbook
command.
cd ~/.chaConfing
ansible-playbook --ask-become-pass local.yml
Go to the .chaConfing
directory and run the ansible-playbook
command.
cd ~/.chaConfing
ansible-playbook --ask-become-pass local.yml