https://github.com/gko/dotfiles
❤️ dotfiles
https://github.com/gko/dotfiles
bash bashrc dotfiles zsh zshrc
Last synced: 8 months ago
JSON representation
❤️ dotfiles
- Host: GitHub
- URL: https://github.com/gko/dotfiles
- Owner: gko
- License: mit
- Created: 2012-06-02T16:15:27.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2025-04-20T06:57:07.000Z (8 months ago)
- Last Synced: 2025-04-23T12:14:52.984Z (8 months ago)
- Topics: bash, bashrc, dotfiles, zsh, zshrc
- Language: Shell
- Homepage:
- Size: 1.59 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
My dotfiles config.

## Installation
Run following command:
```shell
curl -L https://raw.github.com/gko/dotfiles/main/install.sh | zsh
```
### Configure italic font
in your `.zshrc.local` add following lines:
```shell
tic -x ~/.dotfiles/xterm-256color-italic.terminfo
tic -x ~/.dotfiles/tmux-256color.terminfo
```
#### Iterm
In `iterm` check the « Italic text » checkbox in `Settings` → `Profiles` → `Text`.
Then in « Report terminal type » (`Settings` → `Profiles` → `Terminal`) set `xterm-256color-italic`.
## User configuration
Please see [/local/README.md](/local/README.md) for local configuration files.
## Some issues
### Arrow on the left side of iterm
See fix: https://github.com/romkatv/powerlevel10k/issues/970#issuecomment-678410522
### Option key as meta key
https://github.com/gko/vimio#macos
## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2012-2023 Konstantin Gorodinskiy