Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csshugs/dotfiles
All relevant dotfiles in my $HOME directory
https://github.com/csshugs/dotfiles
Last synced: 24 days ago
JSON representation
All relevant dotfiles in my $HOME directory
- Host: GitHub
- URL: https://github.com/csshugs/dotfiles
- Owner: csshugs
- Created: 2015-07-04T15:41:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-08T15:30:55.000Z (10 months ago)
- Last Synced: 2024-04-14T05:13:29.162Z (7 months ago)
- Language: Vim Script
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Requirements
### [fzf](https://github.com/junegunn/fzf)
```
$ brew install fzf
```### [fd](https://github.com/sharkdp/fd)
```
$ brew install fd
```### [bat](https://github.com/sharkdp/bat)
```
$ brew install bat
```### Vim
Install the plugins (via [vim-plug](https://github.com/junegunn/vim-plug)):
```
:PlugInstall
```### Operator Mono
To use Operator Mono in Vim, run the following commands:
```
$ tic xterm-256color-italic.terminfo
``````
$ export TERM=xterm-256color-italic
```Then, in the iTerm2 preferences, go to `Profiles > Terminal` and chose “xterm-256color-italic” under the “Report Terminal Type”.
(https://gist.github.com/hew/4356975264a2ac3334272e71c6938535)