Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appleboy/dotfiles
Bootstrap for your terminal on Linux or FreeBSD
https://github.com/appleboy/dotfiles
dotfiles shell
Last synced: 3 months 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 (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-10-07T23:41:16.000Z (over 1 year ago)
- Last Synced: 2024-04-14T09:46:49.857Z (10 months ago)
- Topics: dotfiles, shell
- Language: Shell
- Homepage:
- Size: 2.39 MB
- Stars: 34
- Watchers: 5
- 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
![bash screenshot](screenshot/bash.png)
Screenshot for tmux
![bash screenshot](screenshot/tmux.png)
## 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