Skip to content

lucasprag/.config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

~/.config

My personal dot files.

git clone [email protected]:lucasprag/.config.git ~/.config

zsh

Install zsh and oh-my-zsh.

brew install zsh
mv ~/.zshrc ~/.zshrc-backup # delete it later
ln -sf ~/.config/zshrc ~/.zshrc

Install zsh-syntax-highlighting.

Install zsh-abbr.

asdf

Install asdf, asdf-ruby, asdf-elixir, asdf-nodejs, asdf-erlang, asdf-python.

Neovim

Install neovim

Install Plug and follow instructions from nvim/README.md

Install MacOS apps

# hammerspoon
ln -s ~/.config/hammerspoon/init.lua ~/.hammerspoon/init.lua

# make typing great again -- re-pair bluetooth keyboard required to make it work
defaults write -g InitialKeyRepeat -int 13
defaults write -g KeyRepeat -int 1

# after installing vscode. Restart vscode.
defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false

Misc

Install Powerline fonts

Install fzf

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published