Skip to content

rudylee/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

My personal neovim, tmux, kitty and zsh config.

Install zsh and oh-my-zsh

Before copying all configs, you need to install zsh and oh-my-zsh. Check out the official website on how to install them https://ohmyz.sh/

Install neovim, tmux and ripgrep

brew install neovim --HEAD
brew install tmux
brew install ripgrep

Download and Install JetBrains Mono Patched Fonts

JetBrains Mono Bold Nerd Font Complete JetBrains Mono Medium Nerd Font Complete JetBrains Mono Italic Nerd Font Complete JetBrains Mono Bold Italic Nerd Font Complete

Create symbolic links for all config files

mkdir ~/.config
mkdir ~/.config/nvim

ln -sf ~/dotfiles/zlogin ~/.zlogin
ln -sf ~/dotfiles/zshrc ~/.zshrc
ln -sf ~/dotfiles/githelpers ~/.githelpers
ln -sf ~/dotfiles/gitconfig ~/.gitconfig
ln -sf ~/dotfiles/tmux.conf ~/.tmux.conf
ln -sf ~/dotfiles/init.lua ~/.config/nvim/init.lua
ln -sf ~/dotfiles/kitty.conf ~/.config/kitty/kitty.conf
ln -sf ~/dotfiles/bashrc ~/.bashrc

Change Mac Key Repeat

defaults write -g KeyRepeat -int 1
defaults write -g InitialKeyRepeat -int 10
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false

About

nvim, tmux, zsh, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published