Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stayradiated/dotfiles
My personal config files and shell scripts
https://github.com/stayradiated/dotfiles
dotfiles
Last synced: about 15 hours ago
JSON representation
My personal config files and shell scripts
- Host: GitHub
- URL: https://github.com/stayradiated/dotfiles
- Owner: stayradiated
- Created: 2013-08-10T20:09:56.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-20T17:57:16.000Z (7 months ago)
- Last Synced: 2024-04-20T21:33:48.993Z (7 months ago)
- Topics: dotfiles
- Language: JavaScript
- Homepage:
- Size: 1.91 GB
- Stars: 51
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dotfiles
========> My personal config files and shell scripts
![](./scrot.png)
Popular Apps
------------- [vim](./apps/vim/init.vim)
- [tmux](./apps/tmux/tmux.conf)
- [zsh](./apps/zsh/zshrc)Window Manager
--------------- [bspwm](./apps/bspwm/bspwmrc)
- [sxhkd](./apps/sxhkd/sxhkdrc)
- [.xinitrc](./apps/x11/xinitrc)Other Repos
------------ [Shell Docker Container](https://github.com/stayradiated/shell)
### Installation
```shell
git clone https://github.com/stayradiated/dotfiles
cd dotfiles# decrypt encrypted files
git-crypt unlock ~/secret-key# install symlinks and plugins
make apps
```