https://github.com/appleboy/dotfiles
Bootstrap for your terminal on Linux or FreeBSD
https://github.com/appleboy/dotfiles
dotfiles shell
Last synced: about 1 year ago
JSON representation
Bootstrap for your terminal on Linux or FreeBSD
- Host: GitHub
- URL: https://github.com/appleboy/dotfiles
- Owner: appleboy
- Created: 2011-11-19T12:19:47.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T23:41:16.000Z (over 2 years ago)
- Last Synced: 2025-04-10T08:34:55.115Z (about 1 year ago)
- Topics: dotfiles, shell
- Language: Shell
- Homepage:
- Size: 2.39 MB
- Stars: 34
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Linux or FreeBSD user config file
Screenshot for bash

Screenshot for tmux

## Usage
```
$ git clone https://github.com/appleboy/dotfiles.git && cd dotfiles && source bootstrap.sh
```
Install [spf13-vim](https://github.com/spf13/spf13-vim)
```
$ sh <(curl https://j.mp/spf13-vim3 -L)
```
## Tools
* [x] [z.sh](https://github.com/rupa/z)
* [x] [diff-so-fancy](https://github.com/stevemao/diff-so-fancy)
* [x] [git-blame-someone-else](https://github.com/jayphelps/git-blame-someone-else)
* [x] git-mv-with-history
* [x] [git-recent](https://github.com/paulirish/git-recent)
* [x] [git-open](https://github.com/paulirish/git-open)
* [x] [git-standup](https://github.com/kamranahmedse/git-standup)
* [x] [git-quick-stats](https://github.com/arzzen/git-quick-stats)
* [x] [git-recall](https://github.com/Fakerr/git-recall)
* [x] [wifi-password](https://github.com/rauchg/wifi-password) macOS only
## VSCode
export
```sh
code --list-extensions >> vs_code_extensions_list.txt
```
install
```sh
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.
```sh
docker pull appleboy/docker-terminal
```
Login to docker terminal
```sh
docker run -ti appleboy/docker-terminal
```
## Author
Bo-Yi Wu, Twitter: [@appleboy](http://twitter.com/appleboy "Twitter"), Blog: https://blog.wu-boy.com