mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
remove iterm2 from default dot files; they have been moved to old_dotfiles
This commit is contained in:
parent
6c2e1f77af
commit
7d0cf86072
17 changed files with 3 additions and 4333 deletions
32
README.md
32
README.md
|
@ -57,7 +57,6 @@ These directories/files are installed to your home directory and follow the [XDG
|
|||
- [`~/.config/bash/alias.sh`](.config/bash/alias.sh)
|
||||
- [`~/.config/bash/completion.sh`](.config/bash/completion.sh)
|
||||
- [`~/.config/bash/history.sh`](.config/bash/history.sh)
|
||||
- [`~/.config/bash/iterm2_shell_integration.sh`](.config/bash/iterm2_shell_integration.sh)
|
||||
- [`~/.config/bash/k8s.sh`](.config/bash/k8s.sh)
|
||||
- [`~/.config/bash/path.sh`](.config/bash/path.sh)
|
||||
- [`~/.config/bash/minimal.sh`](.config/bash/minimal.sh)
|
||||
|
@ -74,9 +73,6 @@ These directories/files are installed to your home directory and follow the [XDG
|
|||
- sets default history size
|
||||
- don't log duplicate history lines
|
||||
|
||||
#### [`iterm2_shell_integration.sh`](.config/bash/iterm2_shell_integration.sh)
|
||||
sets up [iterm2] shell stuff
|
||||
|
||||
#### [`~/.config/bash/text_editing.sh`](.config/bash/text_editing.sh)
|
||||
sets [neovim] as default text editor, or [vim] if neovim is not present
|
||||
|
||||
|
@ -200,25 +196,6 @@ These directories/files are installed to your home directory and follow the [XDG
|
|||
|
||||
</blockquote>
|
||||
|
||||
</details>
|
||||
<details>
|
||||
<summary><code>iterm2</code></summary>
|
||||
|
||||
<blockquote>
|
||||
|
||||
[iterm2] is a terminal emulator for macOS.
|
||||
|
||||
Symlinked File: [`~/.config/iterm2/Profiles.json -> ~/Library/Application\ Support/iTerm2/DynamicProfiles/Profiles.json`](Library/Application\ Support/iTerm2/DynamicProfiles/Profiles.json)
|
||||
|
||||
### Profiles.json
|
||||
Sets some basic profiles:
|
||||
- default - profile with [spacechalk.nvim]-like colorscheme,
|
||||
- minimal - profile with basically nothing special and a plain `.bash_profile`.
|
||||
|
||||
###
|
||||
|
||||
</blockquote>
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
|
@ -446,7 +423,7 @@ These directories/files are installed to your home directory and follow the [XDG
|
|||
- [`~/.config/ranger/rc.conf`](.config/ranger/rc.conf)
|
||||
|
||||
[ranger][ranger] is a [TUI] file manager. Current configurations:
|
||||
- enable file previews using [iterm2]
|
||||
- enable file previews using [iterm2] image protocol
|
||||
- enable video previews using ffmpegthumbnailer
|
||||
- enable svg previews.
|
||||
|
||||
|
@ -598,11 +575,8 @@ These directories/files are installed to your home directory and follow the [XDG
|
|||
Directory:
|
||||
- [`~/.local/bin/iterm2`](.local/bin/iterm2)
|
||||
|
||||
Everything in there are files written and provided by iTerm2 for integrating iterm2 magic into your terminal. The only custom one is the following:
|
||||
This is just for `imgcat`, for printing images in iterm2/wezterm.
|
||||
|
||||
| Command | Description |
|
||||
|:---------------:|:-----------------------------------------------|
|
||||
| `it2split` | Open split in iterm2 with your default profile |
|
||||
|
||||
</blockquote>
|
||||
|
||||
|
@ -706,7 +680,7 @@ onboardme --git_url https://github.com/your_username/dot_files --git_branch main
|
|||
### FAQ
|
||||
|
||||
<details>
|
||||
<summary>Where are the config files for vim, terminator, etc?</summary>
|
||||
<summary>Where are the config files for vim, iterm2, terminator, etc?</summary>
|
||||
|
||||
<blockquote>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue