Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voschezang/user-profile
.profile, .inputrc, .vimrc
https://github.com/voschezang/user-profile
Last synced: about 1 month ago
JSON representation
.profile, .inputrc, .vimrc
- Host: GitHub
- URL: https://github.com/voschezang/user-profile
- Owner: voschezang
- License: mit
- Created: 2021-03-06T14:19:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-13T14:54:25.000Z (about 1 year ago)
- Last Synced: 2023-11-13T15:49:32.542Z (about 1 year ago)
- Language: Vim Script
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Templates for `.profile, .bash_profile, .inputrc, .vimrc, .zshenv`
Use this at your own risk.
# Setup
Depending on your preference and system config, use either of:
1. Extend personal `.profile`
```
cd ~
echo '. ~/src/user-profile/.profile' >> .profile
```2. Symlink files
```
cd ~
ln -nfs src/user-profile/.inputrc .inputrc
ln -nfs src/user-profile/.vimrc .vimrc
ln -nfs src/user-profile/.bash_profile .bash_profile
ln -nfs src/user-profile/.zshenv .zshenv
```VS Code
```sh
cd "~/Library/Application Support/Code/User"
ln -ns ~/src/user-profile/vs_code_keybindings.json keybindings.json
```