mirror of
				https://github.com/shokinn/.files.git
				synced 2025-11-04 04:28:11 +00:00 
			
		
		
		
	Add warning that the files are manged by dotdrop.
This commit is contained in:
		
							parent
							
								
									8ca52fb1e6
								
							
						
					
					
						commit
						558e3e4904
					
				
					 17 changed files with 66 additions and 1 deletions
				
			
		
							
								
								
									
										10
									
								
								README.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								README.md
									
										
									
									
									
										Normal 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
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
| 
						 | 
					@ -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 */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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}')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,3 +1,7 @@
 | 
				
			||||||
 | 
					;
 | 
				
			||||||
 | 
					; {{@@ env['dotdrop_warning'] @@}}
 | 
				
			||||||
 | 
					;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;
 | 
					;
 | 
				
			||||||
; Modules LEFT
 | 
					; Modules LEFT
 | 
				
			||||||
; BSPWM
 | 
					; BSPWM
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,3 +1,7 @@
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					# {{@@ env['dotdrop_warning'] @@}}
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					
 | 
				
			||||||
##
 | 
					##
 | 
				
			||||||
# bspwm hotkeys
 | 
					# bspwm hotkeys
 | 
				
			||||||
##
 | 
					##
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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' 
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,3 +1,7 @@
 | 
				
			||||||
 | 
					"
 | 
				
			||||||
 | 
					" {{@@ env['dotdrop_warning'] @@}}
 | 
				
			||||||
 | 
					"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
" Enable syntaxhightlighting
 | 
					" Enable syntaxhightlighting
 | 
				
			||||||
syntax on
 | 
					syntax on
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,8 @@
 | 
				
			||||||
#!/bin/sh
 | 
					#!/bin/sh
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					# {{@@ env['dotdrop_warning'] @@}}
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# load Xresources
 | 
					# load Xresources
 | 
				
			||||||
$HOME/.fehbg &
 | 
					$HOME/.fehbg &
 | 
				
			||||||
sxhkd &
 | 
					sxhkd &
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,3 +1,6 @@
 | 
				
			||||||
#!/bin/sh
 | 
					#!/bin/sh
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					# {{@@ env['dotdrop_warning'] @@}}
 | 
				
			||||||
 | 
					#
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/bin/zsh --login -i ~/.xinitrc
 | 
					/bin/zsh --login -i ~/.xinitrc
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue