Skip to content

katsube/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Katsube's dotfiles

Install

git clone

$ cd ~
$ git clone https://github.com/katsube/dotfiles.git

Copy files

$ cd ~/dotfiles
$ ./bootstrap.sh

Homebrew

Install Homebrew 1st. Next, run the commands.

$ cd ~
$ brew bundle

Git

Create GPG key.
https://blog.katsubemakito.net/git/github-gpg

$ gpg --gen-key
$ gpg -a --export FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF | pbcopy

add .gitconfig

$ git config --global gpg.program gpg
$ git config --global user.signingkey FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF

Shellscripts

Use the scripts in the setup directory if you need them

About

Default settings and dotfiles for macos.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published