Just a backup for my dot files for the i3/sway/macOS window manager 🐧
Fresh Arch Linux or Manjaro
sudo pacman -Syu --noconfirm &&
sudo pacman -S git &&
git clone https://aur.archlinux.org/aura-bin.git &&
cd aura-bin &&
makepkg &&
sudo pacman -U &&
aura -Syu yadm-git &&
yadm clone https://github.com/overclockedllama/dotfiles.git
macOS
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" &&
brew install yadm &&
yadm clone https://github.com/alexanderstephan/dotfiles
- Toggle comment in current line or selection: Space + C + I
- Switch branch: Space + G + B
- Go to definition: G + D
- Go to implementation: G + I
- Rename variable: Space + R + N
- Format selected code: Space + F
- Show documentation in new window: K
- Fix formatting: Space + A + M
- Open fuzzy finder: Space + F + F
- Toggle floating terminal: F1
- Open NERDTree: Ctrl + N