mirror of
https://github.com/tedkulp/dotfiles
synced 2026-04-18 21:54:46 -04:00
Getting ready for a new install
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker-machine create -d "virtualbox" --virtualbox-memory "3192" default
|
||||
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
||||
|
||||
cd ../data
|
||||
cp -v *.ttf /Library/Fonts
|
||||
cd "Fira Code iScript"
|
||||
cp -v *.ttf /Library/Fonts
|
||||
@@ -1,6 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
|
||||
. $(brew --prefix nvm)/nvm.sh
|
||||
nvm install node
|
||||
@@ -0,0 +1 @@
|
||||
ln -s .tmux/.tmux.conf ~/.tmux.conf
|
||||
Reference in New Issue
Block a user