File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#### BASH IMPORTS using source
2+
3+ ##### Installation
4+ 1 . Clone ` bashrc-cg `
5+ ``` bash
6+ cd ~ / && git clone git@github.com:michaeljymsgutierrez/bashrc-cg.git
7+ ```
8+ 2. Install ` fzf`
9+ ` ` ` bash
10+ sudo apt-get install fzf
11+ ` ` `
12+ 3. Install latest ` vim` , ` vundle` and ` powerline-fonts`
13+ ` ` ` bash
14+ sudo add-apt-repository ppa:jonathonf/vim
15+ sudo apt-get update
16+ sudo apt install vim
17+ sudo apt-get install fonts-powerline
18+ git clone https://github.com/VundleVim/Vundle.vim.git ~ /.vim/bundle/Vundle.vim
19+ ` ` `
20+ 4. Edit ` ~/.bashrc` file
21+ Paste the following lines on ` ~/.bashrc` file
22+ ` ` ` bash
23+ source ~ /bashrc-cg/path.cgf
24+ source ~ /bashrc-cg/powerline.cgf
25+ source ~ /bashrc-cg/alias.cgf
26+ ` ` `
27+ 5. Edit ` ~/.vimrc` file
28+ Paste the line on ` ~/.vimrc` file
29+ ` ` ` bash
30+ source ~ /bashrc-cg/vim.cgf
31+ ` ` `
32+ 6. Restart your ` terminal/terminal-emulator` by closing and reopening it
33+ Run commands below on your terminal
34+ ` ` ` bash
35+ src
36+ vim -c " PluginInstall"
37+ ` ` `
You can’t perform that action at this time.
0 commit comments