Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zxlin/starters
Starter files for stuff
https://github.com/zxlin/starters
Last synced: 8 days ago
JSON representation
Starter files for stuff
- Host: GitHub
- URL: https://github.com/zxlin/starters
- Owner: zxlin
- Created: 2015-11-09T05:25:23.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T19:18:38.000Z (6 months ago)
- Last Synced: 2024-10-10T00:12:42.077Z (29 days ago)
- Language: Vim Script
- Size: 410 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Starters
Starter files for LinuxThis will configure a number of things on a fresh Linux system: vim, git, bash, tmux, and zsh as well as install powerline for vim and zsh.
## Setup
```bash
git clone https://github.com/zxlin/starters.git
```Make sure you have `zsh` and `pip3` installed first, then inspect the settings to make sure you don't want to change anything.
To install all the files, run
```bash
./setup.sh
```This will change your default shell to `zsh` instead of `bash` that ships with most systems.
## Fonts
For Powerline fonts, you can install them from the [Powerline Fonts](https://github.com/powerline/fonts/tree/master/Meslo%20Slashed) repo.
```bash
git clone https://github.com/powerline/fonts.git
cd fonts/Meslo Slashed
open .
```Then install using system font installer.
### Additional
You should install `shellcheck` if you want to check shell scripts
Tested on latest Ubuntu and MacOS.