https://github.com/achanta3215/dotfiles
Shareable Configuration - Vim, Spacemacs, fish shell
https://github.com/achanta3215/dotfiles
bash-profile spacemacs vimrc
Last synced: 2 months ago
JSON representation
Shareable Configuration - Vim, Spacemacs, fish shell
- Host: GitHub
- URL: https://github.com/achanta3215/dotfiles
- Owner: achanta3215
- Created: 2019-12-08T08:47:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T07:59:07.000Z (over 4 years ago)
- Last Synced: 2024-12-28T09:44:05.270Z (4 months ago)
- Topics: bash-profile, spacemacs, vimrc
- Language: Vim script
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# config
Shareable Configuration - Vim, Spacemacs, fish shellAutomatized Common utility tools to be made available to terminal by simply running a script to add to bash_profile.
Objective: To add more tools incrementally, and to get a common set-up across systems, by simply running a script.
**VIM**
Run :PlugInstall to update plugins**Fish**
Initial Setup:
`curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish`
Symlink creation for fish config `ln -s ~/dev/config/config.fish ~/.config/fish/config.fish`**TMUX**
Symlink creation for TMUX configuration: `ln -s ~/dev/config/.tmux.conf ~/.tmux.conf`**Brew**
Prerequisite packages:
`brew install reattach-to-user-namespace`