https://github.com/yangwao/dot-files
everyone has one..
https://github.com/yangwao/dot-files
Last synced: 3 months ago
JSON representation
everyone has one..
- Host: GitHub
- URL: https://github.com/yangwao/dot-files
- Owner: yangwao
- License: mit
- Created: 2016-11-18T17:52:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-16T16:46:26.000Z (over 5 years ago)
- Last Synced: 2024-12-29T04:28:53.802Z (5 months ago)
- Language: HTML
- Size: 4.42 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wao's Dot Files
Technically speaking, in computing a "dot file" is a hidden directory or file on a UNIX/Linux system that are so named because they are prefixed with a full stop. Dot files within a user's home directory contain most of the user-specific configuration available on a desktop and are configured manually or through the use of tools.I'm using font [FiraCode](https://github.com/tonsky/FiraCode)-Retina v1.204
```
⫸ tree -a -L 3 > filelist.txt
.
├── .ShadowsocksX
│ ├── gfwlist.js
│ └── user-rule.txt
├── .atom
│ ├── config.cson
│ ├── init.coffee
│ ├── keymap.cson
│ ├── packages.txt
│ ├── snippets.cson
│ └── styles.less
├── .config
│ ├── fish
│ │ ├── conf.d
│ │ ├── config.fish
│ │ ├── fishd.20c9d07ee980
│ │ ├── fishd.20c9d07ee981
│ │ ├── fishd.20c9d0abf177
│ │ ├── functions
│ │ └── generated_completions
│ ├── mc
│ │ ├── ini
│ │ ├── mcedit
│ │ └── panels.ini
│ └── omf
│ ├── bundle
│ ├── channel
│ └── theme
├── .editorconfig
├── .eslintrc
├── .gitconfig
├── .gitignore_global
├── .httpie
│ └── config.json
├── .local
│ └── share
│ └── omf
├── .profile
├── .pronsolerc
├── .slate
├── .viminfo
├── eslint-config-airbnb.json
└── filelist.txt73 directories, 48 files
```