Skip to content

miiton/dotfiles

Repository files navigation

How to setup

fish

brew install fish
echo /usr/local/bin/fish | sudo tee -a /etc/shells
chsh -s /usr/local/bin/fish

install jorgebucaran/fisher: A package manager for the fish shell

git-secrets

brew install git-secrets
git secrets --register-aws --global

R ggplot sample

 ggplot(diamonds,aes(x=carat,y=price,colour=cut)) +
     geom_point(alpha=0.5) +
     my_ggtheme() +
     scale_color_manual(values=univ_colors) +
     ggtitle("ggplot sample")

Sample

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors