koenverburg / dotfiles

The usual stuff: vim, powershell, vscode, scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The DotFiles

This repo will have a collections of configs of powershell, fish, Neovim and tmux, probably more. This is consantly changing and can be broken. Pilfer at your own risk.

Getting Started

Windows

Open up a Admin Powershell window and run the following

Set-ExecutionPolicy -ExecutionPolicy Bypass -Force

# Downloading Choco
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

# close and spin up a new terminal
choco install git python -y
choco feature enable -n allowGlobalConfirmation

cd ~/code/github
git clone https://github.com/koenverburg/dotfiles.git
cd dotfiles
./install.ps1

Upgrading

cup all -y

About

The usual stuff: vim, powershell, vscode, scripts


Languages

Language:Lua 64.9%Language:Shell 13.0%Language:PowerShell 11.9%Language:Go 5.0%Language:Scheme 2.0%Language:Dockerfile 1.4%Language:JavaScript 0.8%Language:Vim Script 0.7%Language:Makefile 0.2%Language:HCL 0.2%