appleboy / dotfiles

Bootstrap for your terminal on Linux or FreeBSD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Linux or FreeBSD user config file

Screenshot for bash

bash screenshot

Screenshot for tmux

bash screenshot

Usage

$ git clone https://github.com/appleboy/dotfiles.git && cd dotfiles && source bootstrap.sh

Install spf13-vim

$ sh <(curl https://j.mp/spf13-vim3 -L)

Tools

VSCode

export

code --list-extensions >> vs_code_extensions_list.txt

install

cat vs_code_extensions_list.txt | xargs -n 1 code --install-extension

Config

  • Windows: %USERPROFILE%\.vscode\extensions
  • macOS/Linux: ~/.vscode/extensions

Demo

Download demo terminal from docker.

docker pull appleboy/docker-terminal

Login to docker terminal

docker run -ti appleboy/docker-terminal

Author

Bo-Yi Wu, Twitter: @appleboy, Blog: https://blog.wu-boy.com

About

Bootstrap for your terminal on Linux or FreeBSD


Languages

Language:Shell 94.6%Language:Dockerfile 5.2%Language:Makefile 0.1%