Skip to content

tsuna-can/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published