Update .bashrc
[dotfiles/.git] / README.md
1 # Dotfiles
2     > Oscar J Rodriguez B
3 This is a repo with all of my configurations, it goes from AwesomeWM, TMUX, nvim, vim, nano (yes, nano) and some other programs. I'll try to keep this as updated as possible.
4 ## What can I use from here?
5
6 Well, you are free to take whatever you want, report eny bugs, make pull requests, make forks, or just copy the 100% of my configs, in case you are wondering how to do that then all you need to do is use GNU/stow to place my configs in the correct place in your machine.
7 1) `git clone https://github.com/josuer08/dotfiles`
8 2) Delete files from your home that you want to replace with mine.
9 3) Delete from your copy of the repo the files you dont want from my repo.
10 3) `cd dotfiles && stow .`
11 4) Enjoy!
12
13 ## Tree of my home
14 ```
15 .dotfiles/
16 ├── .config
17 │   ├── awesome
18 │   ├── bashrc
19 │   ├── bashtop
20 │   ├── bpytop
21 │   ├── coc
22 │   ├── GIMP
23 │   ├── htop
24 │   ├── mpv
25 │   ├── nvim
26 │   │   ├── autoload
27 │   │   ├── plugin
28 │   │   └── plugins
29 │   ├── obs-studio
30 │   ├── pulse
31 │   ├── PulseEffects
32 │   ├── qutebrowser
33 │   │   ├── bookmarks
34 │   │   ├── greasemonkey
35 │   │   └── qsettings
36 │   ├── ranger
37 │   ├── slock
38 │   ├── systemd
39 │   └── wal
40 │       ├── colorschemes
41 │       │   ├── dark
42 │       │   └── light
43 │       └── templates
44 ├── .local
45 │   ├── bin
46 │   ├── include
47 │   └── lib
48 ├── .nano
49 ├── scripts
50 └── .tmux
51 ```