Add warning that the files are manged by dotdrop.

This commit is contained in:
Philip Henning 2017-12-25 20:07:59 +01:00
parent 8ca52fb1e6
commit 558e3e4904
17 changed files with 66 additions and 1 deletions

10
README.md Normal file
View file

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

View file

@ -1,3 +1,7 @@
/*
{{@@ env['dotdrop_warning'] @@}}
*/
/* Set each shell as loginShell */ /* Set each shell as loginShell */
URxvt.loginShell: true URxvt.loginShell: true
/* Set max lines for scrollback */ /* Set max lines for scrollback */

View file

@ -1,5 +1,7 @@
#! /bin/sh #! /bin/sh
#
# {{@@ env['dotdrop_warning'] @@}}
#
bspc config border_width 2 bspc config border_width 2
bspc config window_gap 5 bspc config window_gap 5

View file

@ -1,5 +1,7 @@
;======================================= ;=======================================
; ;
; {{@@ env['dotdrop_warning'] @@}}
;
; Polybar configuration for ; Polybar configuration for
; Dell XPS 15 9560 ; Dell XPS 15 9560
; with bspwm ; with bspwm

View file

@ -1,4 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
#
# {{@@ env['dotdrop_warning'] @@}}
#
load=$(uptime | grep -ohe 'load average[s:][: ].*' | sed 's/,//g' | awk '{print $3" "$4" "$5}') load=$(uptime | grep -ohe 'load average[s:][: ].*' | sed 's/,//g' | awk '{print $3" "$4" "$5}')

View file

@ -1,4 +1,7 @@
#!/usr/bin/env sh #!/usr/bin/env sh
#
# {{@@ env['dotdrop_warning'] @@}}
#
# Terminate already running bar instances # Terminate already running bar instances
killall -q polybar killall -q polybar

View file

@ -1,3 +1,7 @@
;
; {{@@ env['dotdrop_warning'] @@}}
;
; ;
; Modules LEFT ; Modules LEFT
; BSPWM ; BSPWM

View file

@ -2,6 +2,8 @@
###################### ######################
# #
# {{@@ env['dotdrop_warning'] @@}}
#
# This script detects if an USB NIC was connected and reloads the bar # This script detects if an USB NIC was connected and reloads the bar
# #

View file

@ -1,3 +1,7 @@
#
# {{@@ env['dotdrop_warning'] @@}}
#
## ##
# bspwm hotkeys # bspwm hotkeys
## ##

View file

@ -1,2 +1,7 @@
#!/bin/sh #!/bin/sh
#
# {{@@ env['dotdrop_warning'] @@}}
#
'feh' '--image-bg' 'black' '--bg-center' '{{@@ env['HOME'] @@}}/.config/bspwm/bg.png' 'feh' '--image-bg' 'black' '--bg-center' '{{@@ env['HOME'] @@}}/.config/bspwm/bg.png'

View file

@ -1,3 +1,7 @@
#
# {{@@ env['dotdrop_warning'] @@}}
#
POWERLEVEL9K_MODE='awesome-patched' POWERLEVEL9K_MODE='awesome-patched'
POWERLEVEL9K_PROMPT_ON_NEWLINE=true POWERLEVEL9K_PROMPT_ON_NEWLINE=true
POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX="%{%F{249}%}\u250f" POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX="%{%F{249}%}\u250f"

View file

@ -1,2 +1,6 @@
#
# {{@@ env['dotdrop_warning'] @@}}
#
XDG_CONFIG_HOME="$HOME/.config" XDG_CONFIG_HOME="$HOME/.config"
export XDG_CONFIG_HOME export XDG_CONFIG_HOME

View file

@ -1,4 +1,7 @@
" ---------------------------------------------------------------------------- " ----------------------------------------------------------------------------
"
" {{@@ env['dotdrop_warning'] @@}}
"
" Vim color file " Vim color file
" Maintainer: John-Paul Bader <contact@smyck.org> " Maintainer: John-Paul Bader <contact@smyck.org>
" Last Change: 2012 April " Last Change: 2012 April

View file

@ -1,3 +1,7 @@
"
" {{@@ env['dotdrop_warning'] @@}}
"
" Enable syntaxhightlighting " Enable syntaxhightlighting
syntax on syntax on

View file

@ -1,4 +1,8 @@
#!/bin/sh #!/bin/sh
#
# {{@@ env['dotdrop_warning'] @@}}
#
# load Xresources # load Xresources
$HOME/.fehbg & $HOME/.fehbg &
sxhkd & sxhkd &

View file

@ -1,3 +1,6 @@
#!/bin/sh #!/bin/sh
#
# {{@@ env['dotdrop_warning'] @@}}
#
/bin/zsh --login -i ~/.xinitrc /bin/zsh --login -i ~/.xinitrc

View file

@ -1,3 +1,7 @@
#
# {{@@ env['dotdrop_warning'] @@}}
#
# If you come from bash you might have to change your $PATH. # If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH # export PATH=$HOME/bin:/usr/local/bin:$PATH