davezuko / .zuko

My development environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.zuko

My personal, portable development environment.

# mac
git clone https://github.com/davezuko/.zuko && cd .zuko && chmod +x ./bin/setup-mac.sh && ./bin/setup-mac.sh

Recommended Keybindings

Windows Keyboard Profile for OSX

  • Left Command -> Left Option
  • Left Control -> Left Command
  • Left Option -> Left Control

Apple Keyboard Profile for OSX

  • Left Command -> Left Control
  • Left Control -> Left Command

ITerm2

For better Tmux integration...

  • Swap left Command and Left Control
  • Add action "don't remap modifier keys" for command + shift left/right so I can still navigate between windows

To get italics working, see alacritty/alacritty#489. For Fira Mono italics, use the following fork: https://github.com/zwaldowski/Fira/tree/zwaldowski/mod-new/otf.

Issues with True Color? See https://bruinsslot.jp/post/how-to-enable-true-color-for-neovim-tmux-and-gnome-terminal/.g

Troubleshooting

Tmux complains about nvm/npm

Make sure node is not installed via brew, and delete /usr/local/bin/npm if it exists. This often gets re-created after a brew update, it seems.

About

My development environment


Languages

Language:Python 43.0%Language:Shell 29.8%Language:Lua 15.5%Language:Vim Script 9.8%Language:Vim Snippet 1.8%Language:CSS 0.1%