This repo is managed with yadm.
- Fedora 29
- swaywm/sway is my window manager
- rofi is my launcher
- Fix
Terminal=true
in desktop files:sudo ln -s /usr/bin/gnome-terminal /usr/bin/x-terminal-emulator
- Fix
- I'm using nvim, and have vim aliased to nvim, but I use Atom most of the time.
* antigen is my shell, you can check out my plugins and other conf in .zshrc - I have switched to fish and fisher
- pywal is my theme manager, with a wallpaper from unsplash that has a few different colors so my terminal theme comes out with enough contrast
- ranger is my file manager when Atom's file tree isn't useful
- I have a bunch of useful Vagrantfiles in vagrant-playground
Other useful software I don't feel like managing submodules for:
- firefox nightly bin
- Color-Scripts
password stuff for rofi:
- store password:
secret-tool store --label=1password user nmiller@attilasec.com program 1password
- get password:
secret-tool lookup program 1password
- see config.fish for the rest of it