new readme
[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 .dotfiles/
15 ├── .config
16 │   ├── awesome
17 │   ├── bashrc
18 │   ├── bashtop
19 │   ├── bpytop
20 │   ├── coc
21 │   ├── GIMP
22 │   ├── htop
23 │   ├── mpv
24 │   ├── nvim
25 │   │   ├── autoload
26 │   │   ├── plugin
27 │   │   └── plugins
28 │   ├── obs-studio
29 │   ├── pulse
30 │   ├── PulseEffects
31 │   ├── qutebrowser
32 │   │   ├── bookmarks
33 │   │   ├── greasemonkey
34 │   │   └── qsettings
35 │   ├── ranger
36 │   ├── slock
37 │   ├── systemd
38 │   └── wal
39 │       ├── colorschemes
40 │       │   ├── dark
41 │       │   └── light
42 │       └── templates
43 ├── .local
44 │   ├── bin
45 │   ├── include
46 │   └── lib
47 ├── .nano
48 ├── scripts
49 └── .tmux
50