From 79eeb16be756c4fbc2d8029689cac8c19bf30334 Mon Sep 17 00:00:00 2001 From: Konstantin Bukley Date: Thu, 5 Oct 2023 23:16:54 +0300 Subject: [PATCH] dotfiles: update readme --- README.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7d42a3b..5fae951 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,20 @@ # DOTFILES +## macOS +```bash +# cli tools + rosetta xcode-select --install -/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" sudo softwareupdate --install-rosetta -asdf plugin add ruby +# brew +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" +brew bundle install -install tpm for tmux -sudo vim /etc/shells -/opt/homebrew/bin/bash +# tmux plugins +git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm -$(brew --prefix)/opt/fzf/install - to have Ctlr + R +$(brew --prefix)/opt/fzf/install # fzf ctrl + r +``` + +## Arch +TBD