Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qzchenwl/dotfiles
custom linux config files - managed via gnu stow
https://github.com/qzchenwl/dotfiles
dotfiles
Last synced: about 6 hours ago
JSON representation
custom linux config files - managed via gnu stow
- Host: GitHub
- URL: https://github.com/qzchenwl/dotfiles
- Owner: qzchenwl
- License: mit
- Created: 2017-01-18T08:03:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-24T16:41:24.000Z (over 2 years ago)
- Last Synced: 2023-03-11T15:11:45.232Z (over 1 year ago)
- Topics: dotfiles
- Language: Vim script
- Homepage:
- Size: 3.68 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
██ ██ ████ ██ ██
░██ ░██ ░██░ ░░ ░██
░██ ██████ ██████ ██████ ██ ░██ █████ ██████
██████ ██░░░░██░░░██░ ░░░██░ ░██ ░██ ██░░░██ ██░░░░
██░░░██░██ ░██ ░██ ░██ ░██ ░██░███████░░█████
░██ ░██░██ ░██ ░██ ░██ ░██ ░██░██░░░░ ░░░░░██
░░██████░░██████ ░░██ ░██ ░██ ███░░██████ ██████
░░░░░░ ░░░░░░ ░░ ░░ ░░ ░░░ ░░░░░░ ░░░░░░▓▓▓▓▓▓▓▓▓▓
░▓ about ▓ custom linux config files
░▓ author ▓ qzchenwl
░▓ code ▓ https://github.com/qzchenwl/dotfiles
░▓ base ▓ https://github.com/xero/dotfiles
░▓▓▓▓▓▓▓▓▓▓
░░░░░░░░░░bin > custom scripts
fonts > configs for fira and powerlinesymbols
git > global git config and aliases
ghci > haskell REPL config
ssh > ssh_config
previews > screenshots
tmux > terminal multiplexer with themes and key bindings
vim > IDE like config for vim, enhanced for javascript and haskell
xmodmap > make filco minila air more like HHKB
zsh > zshell settings, aliases, and custom prompts
aria2 > configs for download dir and rpc
deepin > configs for deepin-terminal
proxychains > a proxy for any programs
nvm > node version manager
eslint > javascript linter config for flowtype and es6
misc > staff that don't need to be symbol linked
```# My Dotfiles
This is a collection of dotfiles and scripts I use for customizing Linux & OS X to my liking and setting up the software development tools I use on a day-to-day basis. They should be cloned to your home directory so that the path is `~/dotfiles/`. These dotfiles are managed with [GNU Stow](http://www.gnu.org/software/stow/), a free, portable, lightweight symlink farm manager. Each folder except `misc/` under `~/dotfiles/` can be symlinked by stow. (e.g. `cd ~/dotfiles/ && stow vim`).
## Screenshots
![](./misc/screenshots/tmux-multi-pane.png)