Skip to content

oaflindberg/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Shoutout to vinkla for helping me set this up. Let's hope it works ¯ \ _ (ツ) _ / ¯

Installation

This is the installation guide to setup these dotfiles on a new macOS system.

  1. Install Xcode command line tools:

    xcode-select --install
  2. Install Homebrew

    $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" 

    Then install Homebrew packages, casks and MacOS AppStore apps.

    cd script
    brew bundle 
  3. Install any remaining software updates:

    sudo softwareupdate --install --all
  4. Install third-party libraries with npm:

    ./script/npm
  5. Bootstrap macOS defaults.

    ./script/macos
  6. Install oh-my-zsh plugins

    ./script/zsh
  7. Generate new SSH key, add to ssh-agent and upload to GitHub.

  8. Install vim-plug

    curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
    
  9. Install the vim-plguins

    nvim
    :PlugInstall
    

    Exit vim and then install all Coc extensions

    nvim
    :CocInstall coc-prettier coc-html coc-css coc-json coc-tsserver 
    
  10. Install the dotfiles in "home" into the home directory.

    ./script/sync
  11. Install the 2 fonts located in the fonts.zip.

  12. Sync your VSCode settings

  13. Load iTerm2 settings located in the iTerm2 folder.

Settings -> General -> Preferences -> Load preferences from a custom folder or URL

About

dotfiles - keeping it together

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors