Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kahwee/dotfiles
https://github.com/kahwee/dotfiles
dotfiles shell zsh
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kahwee/dotfiles
- Owner: kahwee
- Created: 2014-10-16T02:34:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-07T21:07:13.000Z (almost 4 years ago)
- Last Synced: 2024-12-01T18:36:29.356Z (2 months ago)
- Topics: dotfiles, shell, zsh
- Language: Shell
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Prerequisites
fasd, a command-line productivity booster
```
sudo add-apt-repository ppa:aacebedo/fasd
sudo apt update
sudo apt install fasd
```## For Mac
```sh
brew install git wget zsh
brew install node exa
brew install yarn
brew install fasd
brew install zsh-syntax-highlighting
brew cask install iina
```In this current directory, run the following:
```sh
ln -s "$PWD/pure.zsh" "$HOME/.zfunctions/prompt_pure_setup"
ln -s "$PWD/async.zsh" "$HOME/.zfunctions/async"
```For syntax highlighting, this is added to the end of .zshrc:
```
source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
```