Skip to content

moyus/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

🍵

Shell

# install
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
# install
brew install rmtrash

Oh My Zsh is a delightful, open source, community-driven framework for managing your Zsh configuration. It comes bundled with thousands of helpful functions, helpers, plugins, themes

# install
brew install zsh
chsh -s /usr/local/bin/zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Plugins

# install
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
# .zshrc
plugins=(zsh-syntax-highlighting)
# install
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
# .zshrc
plugins=(zsh-autosuggestions)
# install
git clone https://github.com/paulirish/git-open.git $ZSH_CUSTOM/plugins/git-open
# .zshrc
plugins=(git-open)
# install
git https://github.com/sindresorhus/pure.git $ZSH_CUSTOM/plugins/pure
# .zshrc
fpath+=$ZSH_CUSTOM/plugins/pure

autoload -U promptinit; promptinit
PURE_PROMPT_SYMBOL=➜
prompt pure

Web Development

# install
brew install n
# install
brew install yarn
# global packages
yarn global add tldr svgo
# install (see https://formulae.brew.sh/formula/php)
brew install php
# install
brew install composer
# install
composer global require laravel/installer
# install
composer global require laravel/valet
valet install

Apps

About

🍵 Settings I'm using in my daily life.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages