23 lines
457 B
Markdown
23 lines
457 B
Markdown
# DOTFILES
|
|
|
|
## macOS
|
|
https://gist.github.com/sarthakpranesh/c4ba43a2f8e75518acedb9480087a3ee
|
|
|
|
```bash
|
|
# cli tools + rosetta
|
|
xcode-select --install
|
|
sudo softwareupdate --install-rosetta
|
|
|
|
# brew
|
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
|
brew bundle install
|
|
|
|
# tmux plugins
|
|
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
|
|
|
$(brew --prefix)/opt/fzf/install # fzf ctrl + r
|
|
```
|
|
|
|
## Arch
|
|
TBD
|