Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Link gitconfig

ln -s ~/projects/dotfiles/gitconfig ~/.gitconfig

Link shrc_aliases

echo 'source ~/projects/dotfiles/shrc_aliases' >> ~/.zshrc

Link tmux conf

ln -s ~/projects/dotfiles/tmux/.tmux.conf ~/.tmux.conf
ln -s ~/projects/dotfiles/tmux/.tmate.conf ~/.tmate.conf

Link vim conf

ln -s ~/projects/dotfiles/vimrc ~/.vimrc

Extras

GPG signature errors

Try to add export GPG_TTY=$(tty) to ~/.zshrc

FASD

To get z autocomplete command

See the official docs

# 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-zsh

KDE

Change 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/

Mac OS

defaults write -g KeyRepeat -int 2
defaults write -g InitialKeyRepeat -int 15
defaults write -g ApplePressAndHoldEnabled -bool false

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages