|
12 | 12 |
|
13 | 13 | 1. `setup_dotfiles.sh` - Automate the dotfiles setup with this one (Warning: the |
14 | 14 | script does not always work) |
15 | | - |
16 | | -2. `setup/setup_cryptocurrencies.sh` - Cryptocurrencies development related packages ([ethereum](https://www.ethereum.org/), [solidity](https://solidity.readthedocs.io/en/v0.5.11/), [truffle](https://www.trufflesuite.com/) etc.) |
17 | | - |
18 | | -2. `_bashrc` - bashrc file (it primarily sources files in bashrc includes) |
19 | | - |
20 | | -3. `_gitconfig` - git config file |
21 | | - |
22 | | -4. `_macos` - macOS config file (one time setup file based on Mathias's file) |
23 | | - |
24 | | -5. `_screenrc` - several productivity improvements to GNU screen |
25 | | - |
26 | | -6. `scripts` - some random scripts |
27 | | - |
28 | | -8. `_vimrc` - vim config file |
29 | | - |
30 | | -9. `_vim` - vim config dir, it contains several vim related stuff |
31 | | - |
32 | | -10. `setup` - contains one time setup scripts for Mac, GNU/Linux and Nexus 5. |
33 | | - |
34 | | -11. `bashrc_includes` - contains several bash improvements (git friendly prompt, adb auto completion, p4 auto completion, git auto completion, android reverse engineering aliases etc.) |
| 15 | +1. `setup/setup_cryptocurrencies.sh` - Cryptocurrencies development related packages ([ethereum](https://www.ethereum.org/), [solidity](https://solidity.readthedocs.io/en/v0.5.11/), [truffle](https://www.trufflesuite.com/) etc.) |
| 16 | +1. `_bashrc` - bashrc file (it primarily sources files in bashrc includes) |
| 17 | +1. `_gitconfig` - git config file |
| 18 | +1. `_macos` - macOS config file (one time setup file based on Mathias's file) |
| 19 | +1. `_screenrc` - several productivity improvements to GNU screen |
| 20 | +1. `scripts` - some random scripts |
| 21 | +1. `_vimrc` - vim config file |
| 22 | +1. `_vim` - vim config dir, it contains several vim related stuff |
| 23 | +1. `setup` - contains one time setup scripts for Mac, GNU/Linux and Nexus 5. |
| 24 | +1. `bashrc_includes` - contains several bash improvements (git friendly prompt, adb auto completion, p4 auto completion, git auto completion, android reverse engineering aliases etc.) |
35 | 25 |
|
36 | 26 | ## Usage |
37 | 27 |
|
|
0 commit comments