Skip to content

matq007/dotenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotenv

Steps

# install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
cd brew && brew bundle --file Brewfile.common

# setup fish shell
echo "/usr/local/bin/fish" | sudo tee -a /etc/shells
chsh -s /usr/local/bin/fish

# setup SSH
mkdir ~/.ssh
chmod 700 ~/.ssh
chmod 644 ~/.ssh/authorized_keys
chmod 644 ~/.ssh/known_hosts

# restore ssh keys
chmod 644 ~/.ssh/config
# chmod 600 ~/.ssh/github ...
chmod 644 ~/.ssh/*.pub

# copy files
cp -r .config /Users/$USER/
cp .gitconfig /Users/$USER/
cp .gitconfig_global /Users/$USER/

# install fisher
curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
fisher

# Load configuration for iTerm2
# Install rust

Additional tools

  • Adobe Illustrator CC 2018
  • Adobe Photoshop CC 2017
  • MS Office

About

💻 dotenv setup

Topics

Resources

Stars

Watchers

Forks

Languages