Skip to content

sethrylan/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSX Setup

macos/install.sh
macos/defaults.sh
sudo softwareupdate -i -a
xcode-select --install
  • Remap escape key

Hostname

HOSTNAME=mynewname
sudo scutil --set HostName $HOSTNAME
sudo scutil --set LocalHostName $HOSTNAME
sudo scutil --set ComputerName $HOSTNAME
dscacheutil -flushcache

Other tools

Fonts

Mono Sans

VS Code

  • Open the Command Palette (Cmd+Shift+P) and type 'shell command' to find the Shell Command: Install 'code' command in PATH command.

VS Code extensions

Setup

Git Prereqs

cat > ~/.gitconfig.local <<EOF
[user]
  name = <name>
  email = <email>
  signingkey = <from 1password>
[gpg]
  format = ssh
[gpg "ssh"]
  program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
EOF

Install

Clone

cd ~
git clone [email protected]:sethrylan/dotfiles.git ~/.dotfiles

Set up dotfiles links

bash ./install
ln ./vscode/settings.json ~/Library/Application\ Support/Code/User/settings.json

Installs

sh homebrew/install.sh
sh node/install.sh

Setup Ruby with rbenv

rbenv versions
..
curl -fsSL https://github.com/rbenv/rbenv-installer/raw/main/bin/rbenv-doctor | bash
...
rbenv install 2.7.5
rbenv install 3.1.0
rbenv global 2.7.5

Setup Java with jenv

jenv versions
...

```shell
jenv add /Library/Java/JavaVirtualMachines/jdk-11.0.12.jdk/Contents/Home
...
jenv global 11.0

Raycast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published