- install brew package mangager
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- install packages
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/korczas/dotfiles/main/scripts/install_packages.sh)"
-
download the repository to you local machine
mkdir .repos
cd .repos
git clone https://github.com/korczas/dotfiles.git
cd dotfiles
- set mac defaults. Some changes might need restart (to be confirmed)
sh ./mac_defaults/setup_defaults.sh
- run scripts to install and config applications.
sh ./scripts/copy_fonts.sh
sh ./scripts/setup_ohmyzsh.sh
sh ./scripts/setup_symlinks.sh
sh ./scripts/setup_tmux_plugins.sh
- test terminal and tmux. Run command in terminal and in tmux. Compare with expected output from link in script file.
sh ./testing/test-drive-terminal.sh
- install tmux plugins. Run tmux
<leader> + I
- is set to Control-Space
- in case if tmux is not working correctly run
infocmp tmux-256color
if you see infocmp: couldn't open terminfo file (null).
then follow this https://gist.github.com/bbqtd/a4ac060d6f6b9ea6fe3aabe735aa9d95
- if I start using vim then install this vim plugin to work with tmux https://github.com/christoomey/vim-tmux-navigator
- describe installation process
- update alacritty config
- update tmux config
- update driver testing script (true color render)
- update manual checklist
- verification scripts for: mac defaults, package install, symlinks, fonts(?)
- go pro webcam install
- ???