diff --git a/README.md b/README.md new file mode 100644 index 0000000..7c07fb0 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# ShokiNNs dotfiles + +I manage my dotfiles using [dotdrop](https://github.com/deadc0de6/dotdrop). + +## How to install + +```shell +# git clone https://github.com/shokinn/.files ~/.files +# eval $(grep -v "^#" ~/.files/.env.public) ~/.files/dotdrop.sh +``` diff --git a/dotfiles/Xdefaults b/dotfiles/Xdefaults index 9bea703..ba4e89a 100644 --- a/dotfiles/Xdefaults +++ b/dotfiles/Xdefaults @@ -1,3 +1,7 @@ +/* + {{@@ env['dotdrop_warning'] @@}} +*/ + /* Set each shell as loginShell */ URxvt.loginShell: true /* Set max lines for scrollback */ diff --git a/dotfiles/config/bspwm/bspwmrc b/dotfiles/config/bspwm/bspwmrc index 23c8142..9184922 100755 --- a/dotfiles/config/bspwm/bspwmrc +++ b/dotfiles/config/bspwm/bspwmrc @@ -1,5 +1,7 @@ #! /bin/sh - +# +# {{@@ env['dotdrop_warning'] @@}} +# bspc config border_width 2 bspc config window_gap 5 diff --git a/dotfiles/config/polybar/config b/dotfiles/config/polybar/config index 2d64b7c..4bad9af 100644 --- a/dotfiles/config/polybar/config +++ b/dotfiles/config/polybar/config @@ -1,5 +1,7 @@ ;======================================= ; +; {{@@ env['dotdrop_warning'] @@}} +; ; Polybar configuration for ; Dell XPS 15 9560 ; with bspwm diff --git a/dotfiles/config/polybar/cpuload.sh b/dotfiles/config/polybar/cpuload.sh index ad5bad2..1ce3303 100755 --- a/dotfiles/config/polybar/cpuload.sh +++ b/dotfiles/config/polybar/cpuload.sh @@ -1,4 +1,7 @@ #!/usr/bin/env bash +# +# {{@@ env['dotdrop_warning'] @@}} +# load=$(uptime | grep -ohe 'load average[s:][: ].*' | sed 's/,//g' | awk '{print $3" "$4" "$5}') diff --git a/dotfiles/config/polybar/launch.sh b/dotfiles/config/polybar/launch.sh index e1a3429..aad629b 100755 --- a/dotfiles/config/polybar/launch.sh +++ b/dotfiles/config/polybar/launch.sh @@ -1,4 +1,7 @@ #!/usr/bin/env sh +# +# {{@@ env['dotdrop_warning'] @@}} +# # Terminate already running bar instances killall -q polybar diff --git a/dotfiles/config/polybar/mod_config b/dotfiles/config/polybar/mod_config index 1070d98..92e36a2 100644 --- a/dotfiles/config/polybar/mod_config +++ b/dotfiles/config/polybar/mod_config @@ -1,3 +1,7 @@ +; +; {{@@ env['dotdrop_warning'] @@}} +; + ; ; Modules LEFT ; BSPWM diff --git a/dotfiles/config/polybar/refresh_bar_usb_nic.sh b/dotfiles/config/polybar/refresh_bar_usb_nic.sh index 48b3051..15ffc43 100755 --- a/dotfiles/config/polybar/refresh_bar_usb_nic.sh +++ b/dotfiles/config/polybar/refresh_bar_usb_nic.sh @@ -2,6 +2,8 @@ ###################### # +# {{@@ env['dotdrop_warning'] @@}} +# # This script detects if an USB NIC was connected and reloads the bar # diff --git a/dotfiles/config/sxhkd/sxhkdrc b/dotfiles/config/sxhkd/sxhkdrc index 625779f..4b27ba1 100755 --- a/dotfiles/config/sxhkd/sxhkdrc +++ b/dotfiles/config/sxhkd/sxhkdrc @@ -1,3 +1,7 @@ +# +# {{@@ env['dotdrop_warning'] @@}} +# + ## # bspwm hotkeys ## diff --git a/dotfiles/fehbg b/dotfiles/fehbg index 4a48825..139f0f3 100755 --- a/dotfiles/fehbg +++ b/dotfiles/fehbg @@ -1,2 +1,7 @@ #!/bin/sh + +# +# {{@@ env['dotdrop_warning'] @@}} +# + 'feh' '--image-bg' 'black' '--bg-center' '{{@@ env['HOME'] @@}}/.config/bspwm/bg.png' diff --git a/dotfiles/powerlevel9krc b/dotfiles/powerlevel9krc index 2397e25..c511450 100644 --- a/dotfiles/powerlevel9krc +++ b/dotfiles/powerlevel9krc @@ -1,3 +1,7 @@ +# +# {{@@ env['dotdrop_warning'] @@}} +# + POWERLEVEL9K_MODE='awesome-patched' POWERLEVEL9K_PROMPT_ON_NEWLINE=true POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX="%{%F{249}%}\u250f" diff --git a/dotfiles/profile b/dotfiles/profile index d227904..9518f10 100644 --- a/dotfiles/profile +++ b/dotfiles/profile @@ -1,2 +1,6 @@ +# +# {{@@ env['dotdrop_warning'] @@}} +# + XDG_CONFIG_HOME="$HOME/.config" export XDG_CONFIG_HOME diff --git a/dotfiles/vim/colors/smyck.vim b/dotfiles/vim/colors/smyck.vim index 3891675..c161e40 100755 --- a/dotfiles/vim/colors/smyck.vim +++ b/dotfiles/vim/colors/smyck.vim @@ -1,4 +1,7 @@ " ---------------------------------------------------------------------------- +" +" {{@@ env['dotdrop_warning'] @@}} +" " Vim color file " Maintainer: John-Paul Bader " Last Change: 2012 April diff --git a/dotfiles/vimrc b/dotfiles/vimrc index 0592c9a..16e37db 100644 --- a/dotfiles/vimrc +++ b/dotfiles/vimrc @@ -1,3 +1,7 @@ +" +" {{@@ env['dotdrop_warning'] @@}} +" + " Enable syntaxhightlighting syntax on diff --git a/dotfiles/xinitrc b/dotfiles/xinitrc index 98f3b2d..d4fa82f 100755 --- a/dotfiles/xinitrc +++ b/dotfiles/xinitrc @@ -1,4 +1,8 @@ #!/bin/sh +# +# {{@@ env['dotdrop_warning'] @@}} +# + # load Xresources $HOME/.fehbg & sxhkd & diff --git a/dotfiles/xsession b/dotfiles/xsession index 1ff823f..1190906 100755 --- a/dotfiles/xsession +++ b/dotfiles/xsession @@ -1,3 +1,6 @@ #!/bin/sh +# +# {{@@ env['dotdrop_warning'] @@}} +# /bin/zsh --login -i ~/.xinitrc diff --git a/dotfiles/zshrc b/dotfiles/zshrc index f641925..309c587 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -1,3 +1,7 @@ +# +# {{@@ env['dotdrop_warning'] @@}} +# + # If you come from bash you might have to change your $PATH. # export PATH=$HOME/bin:/usr/local/bin:$PATH