Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morgotth/my-precious
My precious shell
https://github.com/morgotth/my-precious
Last synced: 3 days ago
JSON representation
My precious shell
- Host: GitHub
- URL: https://github.com/morgotth/my-precious
- Owner: morgotth
- Created: 2014-05-26T21:44:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-24T00:22:13.000Z (about 9 years ago)
- Last Synced: 2024-08-02T05:11:47.802Z (3 months ago)
- Language: Perl
- Size: 523 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My precious #
The purpose of this project is to build **my precious** shell from scratch.
Installation:
```bash
## oh-my-zsh (https://github.com/robbyrussell/oh-my-zsh)
curl -L http://install.ohmyz.sh | sh## OSX commands
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor
brew install coreutils findutils autojump cmake ffmpeg gcc git go irssi latex2rtf mkvtoolnix ncdu tmux tree wget htop rename git-flow
brew install Caskroom/cask/java caskroom/cask/brew-caskbrew cask doctor
brew cask install vlc android-file-transfer dropbox mplayerx vlc skype alfred iterm2 spotify
brew cask install electrum libreoffice virtualbox cyberduck chromium the-unarchiver tunnelblick
brew cask install qlmarkdown flash
# alternative versions
brew tap caskroom/versions
brew cask install firefox-beta sublime-text3 keepassx0# ANDROID DEV
# android-studio-bundle: android-studio + sdk
brew install android-sdk android-ndk
brew cask install android-studio genymotion## my-precious install
git clone https://github.com/morgotth/my-precious/ ~/.my
~/.my/init
```# Dependencies #
- [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
- [autojump](https://github.com/joelthelion/autojump)