dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

README.md (1048B)


      1 # Dotfiles & Others Repository
      2 ---
      3 
      4 Remember: your configuration is *your* configuration (and this is mine).
      5 
      6 However, if you _do_ decide to use this, I suggest that you do so more as inspiration, rather than installing everything for a full setup.
      7 That's why I wrote [conf](https://github.com/thezeroalpha/conf) -- to allow modular configuration (also I feel like everyone writes a dotfiles manager at some point).
      8 You choose which configs you want to install, and it'll only install those (and back up your old files too).
      9 
     10 What's in this repo:
     11 - `dot.map`: maps the files in this repo to the necessary locations on your system, for use with [conf](https://github.com/thezeroalpha/conf)
     12 - `scripts/`: various scripts that I wrote myself; I use most daily.
     13 - `bin/`: scripts or binaries that I did not write myself
     14 
     15 Before you use a custom script, read what it does.
     16 Some may be a bit buggy, I haven't tested them on all systems.
     17 If you read a script and see some improvements that could be made, let me know. I'm always down to learn more stuff.