WIP
READ THE INSTRUCTIONS SPECIFIC TO YOUR MACHINE TYPE IN RESPECTIVE FOLDER
- Download the zip of this repo so that you can run few scripts.
- Go to
macos/installor similar and run the scripts as needed. You will need to run this only once per machine. - Add the dnscrypt-proxy switcher plugin to xbar in the Menu Bar.
- Setup the .ssh and other private home folders so that you can clone this repo and use it for symlinking.
- Go to
macos/configureor similar and run the scripts as needed.macos.shmight be the first one if you are running for macOS. Per user. - Clone this repo
- Setup the appropriate git config (user.name etc. specifically for this repo)
git config --local -e
- In the repo root, use gnu stow to make config available to your home directory. Per user.
mkdir -p ~/.config/git
stow .config -t ~/.config/ -v --ignore=.DS_Store
stow others -t ~/ -v --ignore=.DS_Store # will configure lot of other smaller dotfiles at your home directory.
stow bash -t ~/ -v --ignore=.DS_Store # will configure bash. It might error out if the file it is trying to symlink already exists, cleanup is up to you.
./vim.install.sh
stow vim -t ~/ -v --ignore=.DS_Store # will configure vim. Run `./vim.install.sh` before that.
mkdir -p ~/.aws/cli/
cd aws/
stow cli -t ~/.aws/cli/ -v --ignore=.DS_Store
- For OpenEmu, you need to select the USB gamepad in the controls section and map ALL the buttons one by one. Delete
"~/Library/Application Support/OpenEmu/Bindings/Default.oebindings"if the USB game controllers are not working in OpenEmu. Also, you have to configure each and every button for it to work properly, and not just select the correct game pad. - For chrome extensions which you are using from Github, take a git checkout in
/Applications/From Githubfolder and use from there. This is to ensure you can update them with a simple command when needed.
- Most of the Ubuntu options as they haven't been tested yet
- For brew install, check for packages with flags or with alternate names isn't done properly
- Have richer config for
others - Have a better bash_history config as in what should go in, duplicates, sharing in tabs etc.
- Have better config for git especially when it comes to mergetool, difftool, and aliases, attributes, ignores etc.
- Detailed configuration for vim
- Detailed configuration for tmux
- Detailed configuration for fish
- Explore alternatives to Terminal on macOS (iTerm 2?)