Skip to content

rapsad/dotfiles

Repository files navigation

Dotfiles

First instalation of Mac:

  • Change the keyboard repeat rate using mac-key-repeat.zaymon.dev
  • Change tracking pad and mouse speed to one-less than max. Enable light click and tap-to-click.
  • Change the hostname properly, using the commands in this gist

rcm for specific os system? install specific stuff on mac os:

  • brew
  • brew install redis
  • brew install postgres
  • brew install influxdb

If you previously run version with ohmyzsh you need to run this first

Instalation (ubuntu):

  1. Install rbenv
  2. Install sublime text

Run next:

./install

Adding signing commits with ssh:

git config --global gpg.format ssh
git config --global user.signingkey <key>

TODO: Polish Brewfile which will allow to install all needed programs from brew Can be Brewfile.lock.json or something like this? Check:

git add $FILES_YOU_FIXED
git absorb --and-rebase

aand this:

git add $FILES_YOU_FIXED
git absorb
git log # check the auto-generated fixup commits
git rebase -i --autosquash master

QUESTIONS: Installing with homebrew

brew bundle --file=~/.dotfiles/Brewfile

and

brew bundle --force cleanup --file=~/.dotfiles/Brewfile

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors