Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gko/dotfiles
❤️ dotfiles
https://github.com/gko/dotfiles
bash bashrc dotfiles zsh zshrc
Last synced: about 2 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 12 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T04:36:25.000Z (8 months ago)
- Last Synced: 2024-05-14T05:34:38.763Z (8 months ago)
- Topics: bash, bashrc, dotfiles, zsh, zshrc
- Language: Shell
- Homepage:
- Size: 4.67 MB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
My dotfiles config.
![screenshot](/screenshot.png)## 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