Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zk-phi/dotfiles
https://github.com/zk-phi/dotfiles
emacs git hyper zsh
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/zk-phi/dotfiles
- Owner: zk-phi
- Created: 2013-02-15T09:16:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-19T15:37:22.000Z (6 months ago)
- Last Synced: 2024-05-30T16:36:02.716Z (5 months ago)
- Topics: emacs, git, hyper, zsh
- Language: Emacs Lisp
- Homepage:
- Size: 1.6 MB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 15
-
Metadata Files:
- Readme: Readme.org
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.shMake 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)