mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 21:22:25 +00:00
Add warning that the files are manged by dotdrop.
This commit is contained in:
parent
8ca52fb1e6
commit
558e3e4904
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 */
|
||||
URxvt.loginShell: true
|
||||
/* Set max lines for scrollback */
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#! /bin/sh
|
||||
|
||||
#
|
||||
# {{@@ env['dotdrop_warning'] @@}}
|
||||
#
|
||||
bspc config border_width 2
|
||||
bspc config window_gap 5
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
;=======================================
|
||||
;
|
||||
; {{@@ env['dotdrop_warning'] @@}}
|
||||
;
|
||||
; Polybar configuration for
|
||||
; Dell XPS 15 9560
|
||||
; with bspwm
|
||||
|
|
|
@ -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}')
|
||||
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
#
|
||||
# {{@@ env['dotdrop_warning'] @@}}
|
||||
#
|
||||
|
||||
# Terminate already running bar instances
|
||||
killall -q polybar
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
;
|
||||
; {{@@ env['dotdrop_warning'] @@}}
|
||||
;
|
||||
|
||||
;
|
||||
; Modules LEFT
|
||||
; BSPWM
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
######################
|
||||
#
|
||||
# {{@@ env['dotdrop_warning'] @@}}
|
||||
#
|
||||
# This script detects if an USB NIC was connected and reloads the bar
|
||||
#
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
#
|
||||
# {{@@ env['dotdrop_warning'] @@}}
|
||||
#
|
||||
|
||||
##
|
||||
# bspwm hotkeys
|
||||
##
|
||||
|
|
|
@ -1,2 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
#
|
||||
# {{@@ env['dotdrop_warning'] @@}}
|
||||
#
|
||||
|
||||
'feh' '--image-bg' 'black' '--bg-center' '{{@@ env['HOME'] @@}}/.config/bspwm/bg.png'
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
#
|
||||
# {{@@ env['dotdrop_warning'] @@}}
|
||||
#
|
||||
|
||||
POWERLEVEL9K_MODE='awesome-patched'
|
||||
POWERLEVEL9K_PROMPT_ON_NEWLINE=true
|
||||
POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX="%{%F{249}%}\u250f"
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
#
|
||||
# {{@@ env['dotdrop_warning'] @@}}
|
||||
#
|
||||
|
||||
XDG_CONFIG_HOME="$HOME/.config"
|
||||
export XDG_CONFIG_HOME
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
" ----------------------------------------------------------------------------
|
||||
"
|
||||
" {{@@ env['dotdrop_warning'] @@}}
|
||||
"
|
||||
" Vim color file
|
||||
" Maintainer: John-Paul Bader <contact@smyck.org>
|
||||
" Last Change: 2012 April
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
"
|
||||
" {{@@ env['dotdrop_warning'] @@}}
|
||||
"
|
||||
|
||||
" Enable syntaxhightlighting
|
||||
syntax on
|
||||
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# {{@@ env['dotdrop_warning'] @@}}
|
||||
#
|
||||
|
||||
# load Xresources
|
||||
$HOME/.fehbg &
|
||||
sxhkd &
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# {{@@ env['dotdrop_warning'] @@}}
|
||||
#
|
||||
|
||||
/bin/zsh --login -i ~/.xinitrc
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue