Skip to content

Genki-S/dotfiles

Repository files navigation

Genki's dotfiles

Automatic Installs

Install essentials

  • rake install
  • open up another shell (which should be zsh)
  • rake bundle_up
  • ./setup/install-released-binaries.zsh

TODO: remove downloads of non-essentials and speed up

Manual Installations

Mac Apps

  • open App Store
  • install purchased Apps

Firefox Addons

  • Firebug
  • dotjs
  • Text Link

TODO: To be automated

Install executables for overcommit config

Install npm packages via package.json in this repo:

cat package.json | jq '.dependencies | keys[]' | sed 's/^"//' | sed 's/"$//' | xargs npm install -g

Install rubygems via bundle install.

Known issues

  • Homebrew cask can't be installed without sudo privilege

For Arch

Pre-dotfiles

  • Follow installation guide
  • Add user (other than root)
  • Install sudo
  • visudo -> add me to sudoer
  • Install i3
  • Install rxvt-unicode
  • Install xorg, xorg-init
  • Install firefox (or any browser available from non-AUR)
  • Copy & edit xinitrc
  • startx

Install dotfiles

Run ./install_arch.sh and cross your fingers.

Enable H.264 support for Vivaldi: https://gist.github.com/ruario/bec42d156d30affef655

For Ubuntu

WIP

Install Mayu (Karabiner alternative for Ubuntu)

Xmodmap cannot be used to map keys with control modifier.