Skip to content

mblode/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mblode's dotfiles

What's inside

  • Git
  • Homebrew
  • iTerm 2
  • Hyper Key for Karabiner Elements
  • Mac OS defaults
  • SSH
  • Terminal
  • Valet
  • Vim
  • VS Code
  • Yarn
  • zsh

Install dotfiles

Then, run these steps:

$ git clone https://github.com/mblode/dotfiles.git ~/dotfiles
$ cd ~/dotfiles
$ ./script/bootstrap
$ zsh # or just close and open your terminal again.

macOS defaults

You use it by running:

$DOTFILES/macos/set-defaults.sh

And logging out and in again.

iTerm install

In iterm Preferences > General > Load preferences from a custom folder or URL and set it to ~/dotfiles/iterm

Vim Plug

Open vim, type :PlugInstall to get the latest of all the vim plugins

Karabiner Hyper-Key

Hyper Key

Zotero and Ullyses

Makrdown to word

Create a new SSH

Generate a new SSH

Set ZSH

chsh -s /bin/zsh

MySQL

mysql -uroot
ALTER USER 'root'@'localhost' IDENTIFIED BY 'MyNewPass';
ALTER USER 'yourusername'@'localhost' IDENTIFIED WITH mysql_native_password BY 'youpassword';

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published