clouserw/dotfiles
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Config files and such to drop in ~ I stole this idea from jbalogh. <3 git clone to ~/.dotfiles cd ~/.dotfiles for f in .[a-z]*; do ln -s ~/.dotfiles/$f ~/$f; done ln -s ~/.dotfiles/nvim ~/.config/nvim ln -s ~/.dotfiles/ghostty ~/.config/ghostty # Only OS X. Needs a reboot ln -s ~/.dotfiles/KeyBindings ~/Library/KeyBindings # control+cmd+click to move window defaults write -g NSWindowShouldDragOnGesture -bool true