about summary refs log tree commit diff
path: root/debian
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-05-27 22:28:01 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-05-27 22:28:01 +0700
commit2f5a29f4dfebc144e3d82283b2b0af64b5c8b218 (patch)
treec309959c3169f93ed43db64a4ff3eff8faf536fe /debian
parent71833609827d0663f76746127798e3fec195c34d (diff)
downloaddotfiles-2f5a29f4dfebc144e3d82283b2b0af64b5c8b218.tar.gz
Update 2019-05-27
Diffstat (limited to 'debian')
l---------debian/.Xresources1
-rw-r--r--debian/.Xresources-dark25
-rw-r--r--debian/.Xresources-light25
-rw-r--r--debian/.bashrc123
-rw-r--r--debian/.config/gtk-3.0/gtkcss4
-rw-r--r--debian/.config/gtk-3.0/settings.ini4
-rw-r--r--debian/.fonts/DancingScript-Bold.ttfbin122748 -> 0 bytes
-rw-r--r--debian/.fonts/DancingScript-Regular.ttfbin123760 -> 0 bytes
-rw-r--r--debian/.fonts/Inconsolata-Bold.ttfbin109948 -> 0 bytes
-rw-r--r--debian/.fonts/Inconsolata-Regular.ttfbin96964 -> 0 bytes
-rw-r--r--debian/.fonts/Pacifico-Regular.ttfbin196324 -> 0 bytes
-rw-r--r--debian/.fonts/SpaceMono-Bold.ttfbin89020 -> 0 bytes
-rw-r--r--debian/.fonts/SpaceMono-BoldItalic.ttfbin97732 -> 0 bytes
-rw-r--r--debian/.fonts/SpaceMono-Italic.ttfbin105932 -> 0 bytes
-rw-r--r--debian/.fonts/SpaceMono-Regular.ttfbin93252 -> 0 bytes
-rw-r--r--debian/.fonts/VT323-Regular.ttfbin153116 -> 0 bytes
-rw-r--r--debian/.gtkrc-2.03
-rw-r--r--debian/.mailcap69
-rw-r--r--debian/.profile30
-rwxr-xr-xdebian/.screenlayout/dual.sh2
-rwxr-xr-xdebian/.screenlayout/single.sh2
-rw-r--r--debian/.xinitrc12
22 files changed, 0 insertions, 300 deletions
diff --git a/debian/.Xresources b/debian/.Xresources
deleted file mode 120000
index c4d7dd6..0000000
--- a/debian/.Xresources
+++ /dev/null
@@ -1 +0,0 @@
-.Xresources-dark
\ No newline at end of file
diff --git a/debian/.Xresources-dark b/debian/.Xresources-dark
deleted file mode 100644
index 9cadf83..0000000
--- a/debian/.Xresources-dark
+++ /dev/null
@@ -1,25 +0,0 @@
-*background:  #282828
-*foreground:  #ebdbb2
-*color0:      #282828
-*color1:      #cc241d
-*color2:      #98971a
-*color3:      #d79921
-*color4:      #458588
-*color5:      #b16286
-*color6:      #689d6a
-*color7:      #a89984
-*color8:      #928374
-*color9:      #fb4934
-*color10:     #b8bb26
-*color11:     #fabd2f
-*color12:     #83a598
-*color13:     #d3869b
-*color14:     #8ec07c
-*color15:     #ebdbb2
-*loginShell:  true
-*scrollBar:   false
-*saveLines:   65535
-*cursorBlink: false
-*jumpScroll:  true
-URxvt.font:   xft:Latin Modern Mono:size=12
-URxvt.termName: rxvt-unicode-256color
diff --git a/debian/.Xresources-light b/debian/.Xresources-light
deleted file mode 100644
index 3123694..0000000
--- a/debian/.Xresources-light
+++ /dev/null
@@ -1,25 +0,0 @@
-*background:  #fbf1c7
-*foreground:  #3c3836
-*color0:      #fbf1c7
-*color1:      #cc241d
-*color2:      #98971a
-*color3:      #d79921
-*color4:      #458588
-*color5:      #b16286
-*color6:      #689d6a
-*color7:      #7c6f64
-*color8:      #928374
-*color9:      #9d0006
-*color10:     #79740e
-*color11:     #b57614
-*color12:     #076678
-*color13:     #8f3f71
-*color14:     #427b58
-*color15:     #3c3836
-*loginShell:  true
-*scrollBar:   false
-*saveLines:   65535
-*cursorBlink: false
-*jumpScroll:  true
-URxvt.font:   xft:Latin Modern Mono:size=12
-URxvt.termName: rxvt
diff --git a/debian/.bashrc b/debian/.bashrc
deleted file mode 100644
index f4a52ce..0000000
--- a/debian/.bashrc
+++ /dev/null
@@ -1,123 +0,0 @@
-# ~/.bashrc: executed by bash(1) for non-login shells.
-# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
-# for examples
-
-# If not running interactively, don't do anything
-case $- in
-    *i*) ;;
-      *) return;;
-esac
-
-# don't put duplicate lines or lines starting with space in the history.
-# See bash(1) for more options
-HISTCONTROL=ignoreboth
-
-# append to the history file, don't overwrite it
-shopt -s histappend
-
-# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
-HISTSIZE=32767
-HISTFILESIZE=65536
-
-# check the window size after each command and, if necessary,
-# update the values of LINES and COLUMNS.
-shopt -s checkwinsize
-
-# If set, the pattern "**" used in a pathname expansion context will
-# match all files and zero or more directories and subdirectories.
-#shopt -s globstar
-
-# make less more friendly for non-text input files, see lesspipe(1)
-#[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
-
-# set variable identifying the chroot you work in (used in the prompt below)
-if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then
-    debian_chroot=$(cat /etc/debian_chroot)
-fi
-
-# set a fancy prompt (non-color, unless we know we "want" color)
-case "$TERM" in
-    xterm-color|*-256color) color_prompt=yes;;
-esac
-
-# uncomment for a colored prompt, if the terminal has the capability; turned
-# off by default to not distract the user: the focus in a terminal window
-# should be on the output of commands, not on the prompt
-force_color_prompt=yes
-
-if [ -n "$force_color_prompt" ]; then
-    if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
-	# We have color support; assume it's compliant with Ecma-48
-	# (ISO/IEC-6429). (Lack of such support is extremely rare, and such
-	# a case would tend to support setf rather than setaf.)
-	color_prompt=yes
-    else
-	color_prompt=
-    fi
-fi
-
-if [ "$color_prompt" = yes ]; then
-    PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
-else
-    PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
-fi
-unset color_prompt force_color_prompt
-
-# If this is an xterm set the title to user@host:dir
-case "$TERM" in
-xterm*|rxvt*)
-    PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1"
-    ;;
-*)
-    ;;
-esac
-
-# enable color support of ls and also add handy aliases
-if [ -x /usr/bin/dircolors ]; then
-    test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
-    alias ls='ls --color=auto'
-    alias dir='dir --color=auto'
-    alias vdir='vdir --color=auto'
-
-    alias grep='grep --color=auto'
-    alias fgrep='fgrep --color=auto'
-    alias egrep='egrep --color=auto'
-fi
-
-# colored GCC warnings and errors
-export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
-
-# some more ls aliases
-alias ll='ls -l'
-alias la='ls -A'
-#alias l='ls -CF'
-
-# Alias definitions.
-# You may want to put all your additions into a separate file like
-# ~/.bash_aliases, instead of adding them here directly.
-# See /usr/share/doc/bash-doc/examples in the bash-doc package.
-alias r=ranger
-alias gcc='gcc -O2 -lm'
-alias g++='g++ -O2 -lm'
-alias fpc='fpc -O1 -XS -gl'
-alias mpa='mpv --no-video --loop=inf'
-alias raku=perl6
-alias x='cd $HOME && startx && cd -'
-eval $(thefuck --alias)
-
-# enable programmable completion features (you don't need to enable
-# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
-# sources /etc/bash.bashrc).
-if ! shopt -oq posix; then
-  if [ -f /usr/share/bash-completion/bash_completion ]; then
-    . /usr/share/bash-completion/bash_completion
-  elif [ -f /etc/bash_completion ]; then
-    . /etc/bash_completion
-  fi
-fi
-
-# emacs mode input
-set -o emacs
-
-export EDITOR=vim
-export PAGER=less
diff --git a/debian/.config/gtk-3.0/gtkcss b/debian/.config/gtk-3.0/gtkcss
deleted file mode 100644
index e7ff883..0000000
--- a/debian/.config/gtk-3.0/gtkcss
+++ /dev/null
@@ -1,4 +0,0 @@
-.window-frame {
-  box-shadow: none;
-  margin: 0;
-}
diff --git a/debian/.config/gtk-3.0/settings.ini b/debian/.config/gtk-3.0/settings.ini
deleted file mode 100644
index 4635233..0000000
--- a/debian/.config/gtk-3.0/settings.ini
+++ /dev/null
@@ -1,4 +0,0 @@
-[Settings]
-gtk-font-name = Latin Modern Sans 11
-gtk-application-prefer-dark-theme = true
-gtk-key-theme-name = Emacs
diff --git a/debian/.fonts/DancingScript-Bold.ttf b/debian/.fonts/DancingScript-Bold.ttf
deleted file mode 100644
index f1e0d65..0000000
--- a/debian/.fonts/DancingScript-Bold.ttf
+++ /dev/null
Binary files differdiff --git a/debian/.fonts/DancingScript-Regular.ttf b/debian/.fonts/DancingScript-Regular.ttf
deleted file mode 100644
index 72db835..0000000
--- a/debian/.fonts/DancingScript-Regular.ttf
+++ /dev/null
Binary files differdiff --git a/debian/.fonts/Inconsolata-Bold.ttf b/debian/.fonts/Inconsolata-Bold.ttf
deleted file mode 100644
index 809c1f5..0000000
--- a/debian/.fonts/Inconsolata-Bold.ttf
+++ /dev/null
Binary files differdiff --git a/debian/.fonts/Inconsolata-Regular.ttf b/debian/.fonts/Inconsolata-Regular.ttf
deleted file mode 100644
index fc981ce..0000000
--- a/debian/.fonts/Inconsolata-Regular.ttf
+++ /dev/null
Binary files differdiff --git a/debian/.fonts/Pacifico-Regular.ttf b/debian/.fonts/Pacifico-Regular.ttf
deleted file mode 100644
index ccbe0f3..0000000
--- a/debian/.fonts/Pacifico-Regular.ttf
+++ /dev/null
Binary files differdiff --git a/debian/.fonts/SpaceMono-Bold.ttf b/debian/.fonts/SpaceMono-Bold.ttf
deleted file mode 100644
index 4acd36a..0000000
--- a/debian/.fonts/SpaceMono-Bold.ttf
+++ /dev/null
Binary files differdiff --git a/debian/.fonts/SpaceMono-BoldItalic.ttf b/debian/.fonts/SpaceMono-BoldItalic.ttf
deleted file mode 100644
index 0702475..0000000
--- a/debian/.fonts/SpaceMono-BoldItalic.ttf
+++ /dev/null
Binary files differdiff --git a/debian/.fonts/SpaceMono-Italic.ttf b/debian/.fonts/SpaceMono-Italic.ttf
deleted file mode 100644
index 8799738..0000000
--- a/debian/.fonts/SpaceMono-Italic.ttf
+++ /dev/null
Binary files differdiff --git a/debian/.fonts/SpaceMono-Regular.ttf b/debian/.fonts/SpaceMono-Regular.ttf
deleted file mode 100644
index 28d7ff7..0000000
--- a/debian/.fonts/SpaceMono-Regular.ttf
+++ /dev/null
Binary files differdiff --git a/debian/.fonts/VT323-Regular.ttf b/debian/.fonts/VT323-Regular.ttf
deleted file mode 100644
index afa6909..0000000
--- a/debian/.fonts/VT323-Regular.ttf
+++ /dev/null
Binary files differdiff --git a/debian/.gtkrc-2.0 b/debian/.gtkrc-2.0
deleted file mode 100644
index 01f826b..0000000
--- a/debian/.gtkrc-2.0
+++ /dev/null
@@ -1,3 +0,0 @@
-gtk-font-name = "Latin Modern Sans 11"
-gtk-theme-name = "CleanIce-Marble"
-gtk-key-theme-name = "Emacs"
diff --git a/debian/.mailcap b/debian/.mailcap
deleted file mode 100644
index 6cca665..0000000
--- a/debian/.mailcap
+++ /dev/null
@@ -1,69 +0,0 @@
-# Example mailcap file for Reddit Terminal Viewer
-# https://github.com/michael-lazar/rtv/
-#
-# Copy the contents of this file to {HOME}/.mailcap, or point to using $MAILCAPS
-# Then launch RTV using the --enable-media flag. All shell commands defined in
-# this file depend on external programs that must be installed on your system.
-#
-# HELP REQUESTED! If you come up with your own commands (especially for OS X)
-# and would like to share, please post an issue on the GitHub tracker and we
-# can get them added to this file as references.
-#
-#
-#                              Mailcap 101
-# - The first entry with a matching MIME type will be executed, * is a wildcard
-# - %s will be replaced with the image or video url
-# - Add ``test=test -n "$DISPLAY"`` if your command opens a new window
-# - Add ``needsterminal`` for commands that use the terminal
-# - Add ``copiousoutput`` for commands that dump text to stdout
-
-###############################################################################
-# Commands below this point will open media in a separate window without
-# pausing execution of RTV.
-###############################################################################
-
-# Feh is a simple and effective image viewer
-# Note that rtv returns a list of urls for imgur albums, so we don't put quotes
-# around the `%s`
-image/x-imgur-album; feh %s; test=test -n "$DISPLAY"
-image/gif; mpv '%s' --loop=inf; test=test -n "$DISPLAY"
-image/*; feh '%s'; test=test -n "$DISPLAY"
-
-# Youtube videos are assigned a custom mime-type, which can be streamed with
-# vlc or youtube-dl.
-video/x-youtube; mpv '%s'; test=test -n "$DISPLAY"
-
-# Mpv is a simple and effective video streamer
-video/*; mpv '%s' --loop=inf; test=test -n "$DISPLAY"
-
-###############################################################################
-# Commands below this point will attempt to display media directly in the
-# terminal when X is not available.
-###############################################################################
-
-# View images directly in your terminal with iTerm2
-# curl -L https://iterm2.com/misc/install_shell_integration_and_utilities.sh | bash
-# image/*; curl -s %s | ~/.iterm2/imgcat && read -n 1; needsterminal
-
-# View true images in the terminal, supported by rxvt-unicode, xterm and st
-# Requires the w3m-img package
-image/*; w3m -o 'ext_image_viewer=off' '%s'; needsterminal
-
-# Don't have a solution for albums yet
-image/x-imgur-album; echo
-
-# 256 color images using half-width unicode characters
-# Much higher quality that img2txt, but must be built from source
-# https://github.com/rossy/img2xterm
-#image/*; curl -s '%s' | convert -resize 80x80 - jpg:/tmp/rtv.jpg && img2xterm /tmp/rtv.jpg; needsterminal; copiousoutput
-
-# Display images in classic ascii using img2txt and lib-caca
-image/*; curl -s '%s' | convert - jpg:/tmp/rtv.jpg && img2txt -f utf8 /tmp/rtv.jpg; needsterminal; copiousoutput
-
-# Full motion videos - requires a framebuffer to view
-video/x-youtube; mpv -vo drm -quiet '%s'; needsterminal
-video/*; mpv -vo drm -quiet '%s'; needsterminal
-
-# Ascii videos
-# video/x-youtube; youtube-dl -q -o - '%s' | mplayer -cache 8192 -vo caca -quiet -; needsterminal
-# video/*; wget '%s' -O - | mplayer -cache 8192 -vo caca -quiet -; needsterminal
diff --git a/debian/.profile b/debian/.profile
deleted file mode 100644
index ac7e0b9..0000000
--- a/debian/.profile
+++ /dev/null
@@ -1,30 +0,0 @@
-# ~/.profile: executed by the command interpreter for login shells.
-# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
-# exists.
-# see /usr/share/doc/bash/examples/startup-files for examples.
-# the files are located in the bash-doc package.
-
-# the default umask is set in /etc/profile; for setting the umask
-# for ssh logins, install and configure the libpam-umask package.
-#umask 022
-
-export PATH="$HOME/.local/bin:$HOME/.local/share/go/bin:$HOME/.cargo/bin:$PATH"
-export MANPATH="$HOME/.local/share/man:$MANPATH"
-export GOPATH="$HOME/.local/share/go"
-export XMODIFIERS=@im=ibus
-#export WEBKIT_DISABLE_COMPOSITING_MODE=1
-export NLTK_DATA="$HOME/Sources/nlp/nltk_data"
-
-# if running bash
-if [ -n "$BASH_VERSION" ]; then
-    # include .bashrc if it exists
-    if [ -f "$HOME/.bashrc" ]; then
-        . "$HOME/.bashrc"
-    fi
-fi
-
-# OPAM configuration
-. /home/cnx/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true
-
-# Gruvbox colorscheme
-source "$HOME/.vim/plugged/gruvbox/gruvbox_256palette.sh"
diff --git a/debian/.screenlayout/dual.sh b/debian/.screenlayout/dual.sh
deleted file mode 100755
index 755f7cc..0000000
--- a/debian/.screenlayout/dual.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-xrandr --output DP-1 --primary --mode 1600x900 --pos 1920x0 --rotate normal --output HDMI-1 --off --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-2 --off
diff --git a/debian/.screenlayout/single.sh b/debian/.screenlayout/single.sh
deleted file mode 100755
index c7185ab..0000000
--- a/debian/.screenlayout/single.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-xrandr --output DP-1 --off --output HDMI-1 --off --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-2 --off
diff --git a/debian/.xinitrc b/debian/.xinitrc
deleted file mode 100644
index 734c8d0..0000000
--- a/debian/.xinitrc
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-xrdb -merge ~/.Xresources
-xrandr --output DP-1 --mode 1600x900 --primary --right-of eDP-1
-xsetroot -solid '#282828'
-redshift-gtk -l 21.028333:105.854167 &
-mate-power-manager &
-ibus-daemon -drx
-blueman-applet &
-nm-applet &
-keynav &
-diodon &
-exec awesome