Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaughn Valle committed Aug 14, 2020
0 parents commit 7d4554e
Show file tree
Hide file tree
Showing 15 changed files with 8,335 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .Xresources
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

! -- REMOVE SCROLLBAR -- !
URxvt.scrollBar: false

!-- FONTS -- !
URxvt.font: xft:Source Code Pro:size=7

! -- PERL SCRIPTS -- !
URxvt.perl-ext-common: default,matcher,resize-font

! -- CLICKABLE URLS -- !
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1

! -- BORDER -- !
URxvt.internalBorder: 20
13 changes: 13 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
:set number
syntax on
set mouse=a
set showtabline=2

hi TabLine ctermbg=NONE ctermfg=lightblue cterm=bold
hi TabLineFill ctermbg=NONE ctermfg=darkmagenta cterm=bold
hi TabLineSel ctermbg=NONE ctermfg=165 cterm=bold,underline
hi Title ctermbg=NONE ctermfg=darkyellow cterm=NONE


nnoremap Q gT
nnoremap W gt
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Elektropunk
<p align="center">
<img src="https://img.shields.io/badge/MAINTAINED-YES-green?style=for-the-badge">
<img src="https://img.shields.io/badge/LICENSE-MIT-blue?style=for-the-badge">
<img src="https://img.shields.io/badge/LINUX-YES-yellow?style=for-the-badge">
<img src="https://img.shields.io/badge/WINDOWS-NO-orange?style=for-the-badge">
<img src="https://img.shields.io/badge/MAC-NO-blueviolet?style=for-the-badge">
</p>

![alt text](https://raw.githubusercontent.com/VaughnValle/elektropunk/master/images/cyberwal.png "Preview")

Elektropunk is a lightweight and minimalist, Cyberpunk 2077-inspired Linux setup using Artix Linux. This setup uses BSPWM as the tiling window manager.


Love the content? Consider Subscribing: https://tinyurl.com/ydx35uwd

## Dependencies
* bspwm
* sxhkd
* polybar
* ibhagwan's fork of picom
* rofi
* spotify-client
* spicetify Dribblish theme
* URxvt
* zsh
* oh my zsh!
* powerlevel10k
* vim
* lightdm
* slim
* slimlocl
* dunst

## Installation (Arch/Artix) WIP

### Thanks for dropping by!
Loading

0 comments on commit 7d4554e

Please sign in to comment.