whirlwin / dotfiles

This repository contains information on what is needed in order to set up my workbench.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

init

This repository contains information on what is needed in order to set up my workbench.

Setup

macOS

curl https://raw.githubusercontent.com/whirlwin/dotfiles/master/init-macos.sh | bash

Linux

./init-linux.sh

Misc

  1. Make Guake tab names suck less: gconftool-2 --set /apps/guake/general/use_vte_titles --type boolean false
  2. Install the following IntelliJ IDEA plugins:
  • Vimium
  • GitHub Copilot
  • Python
  • Go

TODO

  • Add prompts before each install. E.g. before all brew install commands to improve debugability

About

This repository contains information on what is needed in order to set up my workbench.

License:MIT License


Languages

Language:Shell 95.7%Language:Lua 2.4%Language:Vim Script 1.8%