File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33##### Installation
441 . Clone ` bashrc-cg `
5+
56 ``` bash
67 cd ~ / && git clone git@github.com:michaeljymsgutierrez/bashrc-cg.git
78 ```
892. Install ` fzf`
10+
911 ` ` ` bash
1012 sudo apt-get install fzf
1113 ` ` `
12143. Install latest ` vim` , ` vundle` and ` powerline-fonts`
15+
1316 ` ` ` bash
1417 sudo add-apt-repository ppa:jonathonf/vim
1518 sudo apt-get update
1922 ` ` `
20234. Edit ` ~/.bashrc` file
2124 Paste the following lines on ` ~/.bashrc` file
25+
2226 ` ` ` bash
2327 source ~ /bashrc-cg/path.cgf
2428 source ~ /bashrc-cg/powerline.cgf
2529 source ~ /bashrc-cg/alias.cgf
2630 ` ` `
27315. Edit ` ~/.vimrc` file
2832 Paste the line on ` ~/.vimrc` file
33+
2934 ` ` ` bash
3035 source ~ /bashrc-cg/vim.cgf
3136 ` ` `
32376. Restart your ` terminal/terminal-emulator` by closing and reopening it
3338 Run commands below on your terminal
39+
3440 ` ` ` bash
3541 src
3642 vim -c " PluginInstall"
You can’t perform that action at this time.
0 commit comments