ln -s ~/projects/dotfiles/gitconfig ~/.gitconfigecho 'source ~/projects/dotfiles/shrc_aliases' >> ~/.zshrcln -s ~/projects/dotfiles/tmux/.tmux.conf ~/.tmux.conf
ln -s ~/projects/dotfiles/tmux/.tmate.conf ~/.tmate.confln -s ~/projects/dotfiles/vimrc ~/.vimrcTry to add export GPG_TTY=$(tty) to ~/.zshrc
To get
zautocomplete command
# Linux
snap install fasd --beta
# Mac OS
brew install fasd
# Then add fasd to plugins list (`plugins=(... fasd)"`) into your ~/.zshrc if using oh-my-zshChange keyboard speed instantly: xset r rate 250 100
Make snaps to be executable in command line
Edit /etc/environment and add /snap/bin to the PATH
Make snaps to be visible in the application launcher
cp /var/lib/snapd/desktop/applications/*.desktop ~/.local/share/applications/defaults write -g KeyRepeat -int 2
defaults write -g InitialKeyRepeat -int 15
defaults write -g ApplePressAndHoldEnabled -bool false