Giter Site home page Giter Site logo

dstrunk / dotfiles Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 19.13 MB

System-specific files for getting a new computer environment up to speed.

Home Page: https://danielstrunk.me

Shell 6.08% Vim Script 30.80% Ruby 1.85% Python 56.35% Batchfile 0.08% Vim Snippet 4.84%
dotfiles shell tmux vimrc

dotfiles's People

Contributors

dstrunk avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

dotfiles's Issues

Replace Vundle with minpac

Replace the heavier weight Vundle with minpac, a lightweight plugin manager for vim 8 that leverages job controls for async package installs.

Better documentation for Linux (fix xbacklight, etc.)

Certain configuration isn't possible to add in dotfiles... for instance, fixing xbacklight is a process that requires writing to X11/xorg.conf.d, which rightly should be locked down. (for posterity, until documentation is better, the fix is this):

# File: /usr/share/X11/xorg.conf.d/10-backlight.conf
# https://jacobevanshreve.me/2017/03/16/fixing-xbacklight/

Section "Device"
	Identifier "Intel"
	Driver "intel"
#	Option "AccelMethod" "uxa"
EndSection

Add documentation for the following:

  • i3 config options for media keys (needed installs, etc.)
  • Xresources
  • anything in ~/.config that should be documented... at the moment, polybar, i3, et al
  • preferences (urxvt, rofi, polybar, ranger, neofetch, scrot)
  • gpg, vim, tmux, git configurations
  • font installs (Add any licensed fonts to this repo with encryption only)
  • symbolic linking of any weird programs (at the moment enpass comes to mind… the only way to start their program via CLI or rofi is to first symlink startenpass.sh to /usr/bin directory as 'enpass')

Move dotfiles configuration into dotfiles

Currently there is functionality in the dstrunk/laptop script that should exist here as part of the dotfiles build (via dotbot). This issue is to help track across repositories.

Add plugins for PHP, CSS support

These plugins need to be added for PHP and CSS support

Plugin 'stanangeloff/php.vim'
Plugin 'joonty/vim-phpqa'
Plugin 'Ioannis-Kapoulas/vim-autoprefixer'

also note that per this issue the autoprefixer cli tool is deprecated in favor of postcss --use autoprefixer. An easy fix for this is to add this alias to bash:

alias autoprefixer="postcss --use autoprefixer"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.