Skip to content

Commit fe2c098

Browse files
Updated README.md
1 parent 8d93b25 commit fe2c098

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,37 @@
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+
```

0 commit comments

Comments
 (0)