artoonie / dotfiles

Armin's dot files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To terraform your machine:

On mac:

  1. Download homebrew
  2. brew install git git-lfs tmux the_silver_searcher
  3. In terminal preferences:
    • Change Profile to Homebrew (hit "Default", don't just select it)
    • In the "Shell" tab, change "Run Command" to run tmux
    • In the "Shell" tab, change "When the shell exits" to "if exited cleanly"
  4. Clone this repo into your root:
git init
git remote add origin https://github.com/artoonie/dotfiles.git
git pull origin main
  1. On mac, run ./.new-machine-installation.sh

On Linux:

sudo apt-get install silversearcher-ag git vim tmux trash-cli

About

Armin's dot files


Languages

Language:Shell 93.8%Language:Vim Script 6.2%