Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zk-phi/dotfiles


https://github.com/zk-phi/dotfiles

emacs git hyper zsh

Last synced: about 4 hours ago
JSON representation

Awesome Lists containing this project

README

        

zk-phi's Dotfiles

* Setup (Mac)

- Open Terminal.app

- Install Xcode CLI tool

: xcode-select --install

You may skip this step, but you'll be prompted to install later, when running =git= command.

- Clone this repo and submodules

: git clone https://github.com/zk-phi/dotfiles.git
: cd dotfiles
: git submodule update --init

- Install Homebrew (see the official web for the install command) and add to =PATH=

- Install tools via =Brewfile=.

: cd brew
: brew bundle

- Build and install font (or copy from another machine)

Clone https://github.com/zk-phi/nasucode and follow the instructions to build.

- Create symlinks

: sh link.sh
: sudo sh link_sudo.sh

Make shure to run =link.sh= without =sudo=, so that the created directories belong to the default user.

- Install compilers/interpreters with =asdf=

: cd asdf
: sh setup.sh

- Change the login shell (if it's not =zsh= yet)

: sudo vim /etc/shells # Add /usr/local/bin/zsh
: chsh -s /usr/local/bin/zsh

(See also https://scrapbox.io/zkphi/Mac_PC_%E7%A7%BB%E8%A1%8C)