iamtodor / dotfiles_macos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO

Hide toolbar

Learning resources

Notes

SSH keys

ssh-keygen -t ed25519 -C "todor.ilya@gmail.com"
pbcopy < ~/.ssh/id_ed25519.pub

Installation

Move the initial .zshrc with mv .zshrc .zshrc_past.

git clone git@github.com:iamtodor/dotfiles_macos.git .dotfiles

Run ./install. For debugging use ./install -v.

Uninstall

pip install PyYAML
python3 uninstall.py

Wiki guide

Python

Git notes

Check git config per project works properly: git config --get core.isFB || echo false. To make it work, the dir where this command is run should be a git repository.

VS Code

Brew

To install all the packages manually see setup_homebrew.zsh.

Dumps all the apps and packages:

brew bundle dump --describe --force

bbd Alias in zshrc file

Different notes https://github.com/Homebrew/homebrew-cask/blob/master/USAGE.md#options

Iterm

Manually import colorschema from /misc/iter/solirized_dark_higher_contrast.itermcolors.

The profile import. After import make sure to reload the iterm.

Screen capture

  • iscreen shoter

About

License:MIT License


Languages

Language:Shell 95.2%Language:Ruby 4.4%Language:Python 0.4%