Skip to content

Commit 828a83b

Browse files
Updated README.md
1 parent fe2c098 commit 828a83b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22

33
##### Installation
44
1. Clone `bashrc-cg`
5+
56
```bash
67
cd ~/ && git clone git@github.com:michaeljymsgutierrez/bashrc-cg.git
78
```
89
2. Install `fzf`
10+
911
```bash
1012
sudo apt-get install fzf
1113
```
1214
3. Install latest `vim`, `vundle` and `powerline-fonts`
15+
1316
```bash
1417
sudo add-apt-repository ppa:jonathonf/vim
1518
sudo apt-get update
@@ -19,18 +22,21 @@
1922
```
2023
4. 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
```
2731
5. Edit `~/.vimrc` file
2832
Paste the line on `~/.vimrc` file
33+
2934
```bash
3035
source ~/bashrc-cg/vim.cgf
3136
```
3237
6. 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"

0 commit comments

Comments
 (0)