/dotfiles

my dotfiles

Primary LanguageVim Script

My dotfiles

Installation

OSX

Prerequisites

  • Git

Run the setup script

git clone https://github.com/distkloc/dotfiles.git ~/dotfiles
cd ~/dotfiles
make all

Font

romkatv/powerlevel10k: A Zsh theme

Make Commands

see:

make help

Windows (with PowerShell)

Prerequisites

  • NuGet (by Package Management)
  • Git

Change PowerShell execution policy

Set-ExecutionPolicy RemoteSigned

Install Chocolatey package provider

Start-Process powershell -Verb runAs "Install-PackageProvider Chocolatey"

See installed PackageProviders

Get-PackageSource

Run the setup script

git clone https://github.com/distkloc/dotfiles.git $HOME\dotfiles
cd ~/dotfiles
Start-Process powershell -Verb runAs $Home\dotfiles\bootstrap\windows.ps1

Install chocolatey packages

choco install chocolatey/packages.config

Select node.js version with nodist

nodist + latest
nodist latest