Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```