Skip to content

korczas/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation process:

  • 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)"
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

Config details

tmux

  • is set to Control-Space

Troubleshooting

  • 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

PERSONAL NOTES:

TODO:

  • 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
  • ???

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages