https://github.com/nithinbekal/setup-scripts
Scripts I use to setup my work computer
https://github.com/nithinbekal/setup-scripts
homebrew osx shell vim zsh
Last synced: 9 months ago
JSON representation
Scripts I use to setup my work computer
- Host: GitHub
- URL: https://github.com/nithinbekal/setup-scripts
- Owner: nithinbekal
- Created: 2014-06-21T07:21:20.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-05-31T11:38:02.000Z (about 10 years ago)
- Last Synced: 2025-07-06T01:44:01.387Z (12 months ago)
- Topics: homebrew, osx, shell, vim, zsh
- Language: Shell
- Size: 23.4 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup scripts
This script installs the tools I use on my work computer.
* Exuberant Ctags
* Git
* Homebrew (OSX - also homebrew-cask for installing desktop apps)
* Imagemagick
* RVM (also installs latest ruby and 2.1.2)
* Seil (OSX - for mapping ESC to CapsLock key)
* Tmux
* Vim (uses vim-gnome on Elementary and Macvim on OSX)
* Zsh (default shell, with oh-my-zsh)
### Mac OSX
curl -L https://raw.githubusercontent.com/nithinbekal/setup-scripts/master/osx-setup.sh | sh
### Elementary OS
Remove pantheon-terminal with gnome-terminal
sudo apt-get install gnome-terminal
sudo apt-get purge pantheon-terminal
Remove/comment the lines starting with OnlyShowIn in /usr/applications/Terminal
Run the installer script.
sudo apt-get install -y curl
curl https://raw.githubusercontent.com/nithinbekal/setup-scripts/master/linux-setup.sh | sh