https://github.com/kanevk/dot-files
My dotfiles
https://github.com/kanevk/dot-files
Last synced: 3 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/kanevk/dot-files
- Owner: kanevk
- Created: 2017-01-31T12:49:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-16T10:57:09.000Z (over 2 years ago)
- Last Synced: 2025-01-17T20:41:15.958Z (5 months ago)
- Language: Shell
- Size: 50.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Instructions
## Mac setup
```
brew install readline
```NOT sure if the above is needed:
```
# brew link --force readline # not sure if needed
brew install rbenv
RUBY_CONFIGURE_OPTS=--with-readline-dir=`brew --prefix readline` rbenv install [RUBY version - 2.5.1]
```Disable the Character Accent Menu and Enable Key Repeat in Mac OS X with:
```bash
defaults write -g ApplePressAndHoldEnabled -bool false
```
and Restart.## Shell setup
Installing into `~`
```bash
bin/install ~
```
It will move the current `~/.bashrc` to `~/.bashrc.old`!NOTE: Vim - Clone required git repositories in the `~/.vim/bundle` directory
## VScode
Install the [Settings Sync](https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync) extension and use
the personal token(REMINDER: in my Google keep notes with tag `vscode-sync`)# Useful sources
https://news.ycombinator.com/item?id=9056076