Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/funnyboy-roks/configs
A repo of all of my configurations that I use in each software
https://github.com/funnyboy-roks/configs
alacritty arch-linux base16 bash config i3 i3wm neovim nvim picom terminal ulauncher vim
Last synced: about 1 month ago
JSON representation
A repo of all of my configurations that I use in each software
- Host: GitHub
- URL: https://github.com/funnyboy-roks/configs
- Owner: funnyboy-roks
- License: apache-2.0
- Created: 2020-10-11T23:35:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T04:08:33.000Z (about 1 month ago)
- Last Synced: 2024-12-16T05:19:53.397Z (about 1 month ago)
- Topics: alacritty, arch-linux, base16, bash, config, i3, i3wm, neovim, nvim, picom, terminal, ulauncher, vim
- Language: Vim Script
- Homepage:
- Size: 2.6 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Configs
# Cloning
This repo uses some submodules for base16 styles, so be sure to use
`--recurse-submodules` when cloning.## Setup
I currently run [Arch Linux] with [i3] on my laptop and desktop.
- I use [lemurs] as my display/login
manager
- I use [polybar] as my bar
with a few custom modules.
- I use [Firefox Developer Edition] as my web browser.
- I use [ulauncher] as my program launcher.For programming, I use [NeoVim] for most languages,
though I use IntelliJ for Java development, because there's still no
great way to do that in [Neo]Vi[m] (if you have ideas, please let me
know!).My terminal emulator of choice is [Alacritty], running [tmux] with [zsh]
as my shell using [powerlevel10k]'s version of the [pure] prompt. I
have an Alacritty window using [tdrop] to make it a quake-style
terminal.Most configs can be found in this repo.
[Arch Linux]: https://archlinux.org
[i3]: https://i3wm.org/
[lemurs]: https://github.com/coastalwhite/lemurs
[polybar]: https://github.com/polybar/polybar/wiki/
[Firefox Developer Edition]: https://www.mozilla.org/en-US/firefox/developer/
[ulauncher]: https://github.com/Ulauncher/Ulauncher/[NeoVim]: https://neovim.io/
[Alacritty]: https://github.com/alacritty/alacritty
[tmux]: https://github.com/tmux/tmux/
[zsh]: https://www.zsh.org/
[powerlevel10k]: https://github.com/romkatv/powerlevel10k
[pure]: https://github.com/romkatv/powerlevel10k#pure-compatibility
[tdrop]: https://github.com/noctuid/tdrop