Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farskipper/dotfiles
vim, tmux, bashrc, and swapping ESC and CAPS keys
https://github.com/farskipper/dotfiles
Last synced: about 9 hours ago
JSON representation
vim, tmux, bashrc, and swapping ESC and CAPS keys
- Host: GitHub
- URL: https://github.com/farskipper/dotfiles
- Owner: farskipper
- License: mit
- Created: 2015-09-26T04:43:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T04:34:37.000Z (almost 6 years ago)
- Last Synced: 2024-11-09T14:48:58.655Z (about 2 months ago)
- Language: Vim script
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
vim, tmux, bashrc## Installing
```sh
$ cd ~
$ git clone https://github.com/farskipper/dotfiles.git
$ cd ~/dotfiles
$ cat install.sh# happy with it?
$ ./install.sh
```In vim run :PlugInstall
## Notes
### npm install -g without sudo
On debian there is a 'staff' group that is given write perms on `/usr/local/lib/`
```sh
$ sudo usermod -a -G staff $(whoami)
$ sudo chmod g+w /usr/local/lib/node_modules/
```To find where the global node\_modules dir use this
```sh
$ npm root -g
```## License
MIT