dotfiles: update readme
This commit is contained in:
19
README.md
19
README.md
@@ -1,13 +1,20 @@
|
|||||||
# DOTFILES
|
# DOTFILES
|
||||||
|
|
||||||
|
## macOS
|
||||||
|
```bash
|
||||||
|
# cli tools + rosetta
|
||||||
xcode-select --install
|
xcode-select --install
|
||||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
|
||||||
sudo softwareupdate --install-rosetta
|
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
|
# tmux plugins
|
||||||
sudo vim /etc/shells
|
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||||
/opt/homebrew/bin/bash
|
|
||||||
|
|
||||||
$(brew --prefix)/opt/fzf/install - to have Ctlr + R
|
$(brew --prefix)/opt/fzf/install # fzf ctrl + r
|
||||||
|
```
|
||||||
|
|
||||||
|
## Arch
|
||||||
|
TBD
|
||||||
|
|||||||
Reference in New Issue
Block a user