Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 646 Bytes

README.md

File metadata and controls

36 lines (29 loc) · 646 Bytes

dotfiles

# Install git
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install -y git

# Clone dotfiles
$ git clone https://github.com/tsuna-can/dotfiles.git

Setup for Mac

$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
$ brew bundle
$ make setup-mac

Setup for Raspberry Pi

Edit /etc/pam.d/chsh to change shell. Comment out the following line.

# auth       required   pam_shells.so

Execute the following command.

$ make setup-raspberrypi

Add snapd to .zshrc.

$ echo 'export PATH=$PATH:/snap/bin' >> ~/.zshrc