dotfiles/README.md

37 lines
690 B
Markdown

# dotfiles
mar does dotfiles
# post install
## Casks
```fish
open /usr/local/Caskroom/windscribe/[#.#.#]/windscribeInstaller.app
```
## iTerm2
Set iTerm2 to use the preferences folder ~/dotfiles/os/.
## fish
```fish
fish_config theme save "Catppuccin Mocha"
```
## tmux
```fish
tmux attach || tmux new -s main
```
`<ctrl-a I>` to install plugins.
## sources
[oh-my-zsh git](https://kapeli.com/cheat_sheets/Oh-My-Zsh_Git.docset/Contents/Resources/Documents/index)
[git-prevision](https://gist.github.com/TheCodeArtist/a90978ebca0ff6743036)
[iTerm2 keymaps for tmux](https://web.archive.org/web/20230921160724/https://tangledhelix.com/blog/2012/04/28/iterm2-keymaps-for-tmux/)