2024-01-21 12:00:17 -08:00
|
|
|
|
# dotfiles
|
2024-01-28 19:07:02 -08:00
|
|
|
|
|
2024-01-21 12:00:17 -08:00
|
|
|
|
mar does dotfiles
|
2024-01-23 19:47:28 -08:00
|
|
|
|
|
2024-02-01 21:27:49 -08:00
|
|
|
|
# Pre Install
|
|
|
|
|
|
|
|
|
|
## macOS
|
|
|
|
|
|
|
|
|
|
- Grant full disk access to iTerm2 (System Preferences -> Security & Privacy ->
|
|
|
|
|
Full Disk Access -> `+` Add iTerm2)
|
|
|
|
|
|
|
|
|
|
# Post Install
|
2024-01-28 19:07:02 -08:00
|
|
|
|
|
2024-01-30 20:18:54 -08:00
|
|
|
|
## Casks
|
|
|
|
|
|
|
|
|
|
```fish
|
|
|
|
|
open /usr/local/Caskroom/windscribe/[#.#.#]/windscribeInstaller.app
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
2024-01-30 19:28:48 -08:00
|
|
|
|
## iTerm2
|
|
|
|
|
|
|
|
|
|
Set iTerm2 to use the preferences folder ~/dotfiles/os/.
|
|
|
|
|
|
|
|
|
|
## fish
|
|
|
|
|
|
|
|
|
|
```fish
|
|
|
|
|
fish_config theme save "Catppuccin Mocha"
|
|
|
|
|
```
|
2024-01-28 19:07:02 -08:00
|
|
|
|
|
|
|
|
|
## tmux
|
|
|
|
|
|
|
|
|
|
```fish
|
|
|
|
|
tmux attach || tmux new -s main
|
|
|
|
|
```
|
2024-02-03 12:05:02 -08:00
|
|
|
|
|
2024-01-28 19:07:02 -08:00
|
|
|
|
`<ctrl-a I>` to install plugins.
|
|
|
|
|
|
2024-02-04 17:07:00 -08:00
|
|
|
|
# Sources
|
|
|
|
|
|
|
|
|
|
## Main
|
|
|
|
|
|
|
|
|
|
The overall structure and bootstrapping scripts are based heavily on these two
|
|
|
|
|
dotfile repos:
|
2024-01-28 19:07:02 -08:00
|
|
|
|
|
2024-02-03 14:28:55 -08:00
|
|
|
|
[holman does dotfiles](https://github.com/holman/dotfiles)
|
|
|
|
|
|
2024-02-03 12:49:31 -08:00
|
|
|
|
[Cătălin’s dotfiles](https://github.com/alrra/dotfiles)
|
|
|
|
|
|
2024-02-04 17:07:00 -08:00
|
|
|
|
## Others
|
|
|
|
|
|
|
|
|
|
### Dotfile Repos
|
|
|
|
|
|
|
|
|
|
[Mathias's dotfiles](https://github.com/mathiasbynens/dotfiles)
|
|
|
|
|
|
|
|
|
|
### Misc
|
|
|
|
|
|
2024-01-23 19:47:28 -08:00
|
|
|
|
[oh-my-zsh git](https://kapeli.com/cheat_sheets/Oh-My-Zsh_Git.docset/Contents/Resources/Documents/index)
|
2024-01-29 21:53:40 -08:00
|
|
|
|
|
2024-01-23 19:47:28 -08:00
|
|
|
|
[git-prevision](https://gist.github.com/TheCodeArtist/a90978ebca0ff6743036)
|
2024-01-29 21:53:40 -08:00
|
|
|
|
|
2024-01-28 15:32:22 -08:00
|
|
|
|
[iTerm2 keymaps for tmux](https://web.archive.org/web/20230921160724/https://tangledhelix.com/blog/2012/04/28/iterm2-keymaps-for-tmux/)
|
2024-02-04 20:28:59 -08:00
|
|
|
|
|
|
|
|
|
[signing-git-commits](https://gist.github.com/phortuin/cf24b1cca3258720c71ad42977e1ba57)
|
|
|
|
|
|
|
|
|
|
[Correct_GnuPG_Permission](https://gist.github.com/oseme-techguy/bae2e309c084d93b75a9b25f49718f85)
|