Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/izuolan/dotfiles
Awesome dotfiles and system init sctipt.
https://github.com/izuolan/dotfiles
dotfiles tmux vimrc zshrc
Last synced: 9 days ago
JSON representation
Awesome dotfiles and system init sctipt.
- Host: GitHub
- URL: https://github.com/izuolan/dotfiles
- Owner: izuolan
- License: mit
- Created: 2017-04-28T08:20:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T03:29:57.000Z (over 6 years ago)
- Last Synced: 2024-11-21T06:24:03.875Z (2 months ago)
- Topics: dotfiles, tmux, vimrc, zshrc
- Language: Shell
- Homepage:
- Size: 80.1 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
Awesome dotfiles and system init sctipt. Just one command to install(ROOT user, don't worry, this script only download files in $HOME folder and /tmp .):```
curl -sSL https://git.io/Dotfiles | bash
```
# Introduction
#### Tmux
![Tmux](https://cloud.githubusercontent.com/assets/5241553/25659319/cda06368-3039-11e7-9992-25dd7a416272.png)#### Vim
Base on [EverVim](https://github.com/LER0ever/EverVim):![EverVim](https://camo.githubusercontent.com/8b29024891565c1f8af68b528dd3355744b1d2dc/687474703a2f2f692e696d6775722e636f6d2f733867613243762e706e67)
#### Zsh
Base on [Oh-My-Zsh](http://ohmyz.sh/).----
# Install Guide
#### Firstly, Install dotfile
```
curl -sSL https://git.io/Dotfiles | bash
```
#### Secondly, set RPC password
If all is well, you should set Aria2 RPC password:
```
bash ~/.dotfiles/install.sh -p
```
#### Thirdly, install patched fonts
And on your **local** terminal, maybe you need install patched fonts:
```
sudo apt install powerline
```
And download [nerd-fonts](https://github.com/ryanoasis/nerd-fonts/):
```
wget https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/Hack/Regular/complete/Knack%20Regular%20Nerd%20Font%20Complete%20Mono.ttf
```# For China Guide:
Firstly, clone this repo to $HOME/.dotfiles, and then set socks5 proxy (Shadowsocks):
```
bash ~/.dotfiles/install.cn.sh -s
```
Finaly:
```
curl -sSL https://git.io/Dotfiles_CN | bash
```
All is well, you should install patched fonts.