Skip to content

Latest commit

 

History

History
90 lines (67 loc) · 2.46 KB

README.md

File metadata and controls

90 lines (67 loc) · 2.46 KB

Config

Here is a collection of configuration files which I use to set up a new Kubuntu install.

All are welcome to fork and adapt to your own distro/preferences.

Installation

Clone the repository, ideally into your $HOME directory and run the install script.

Be sure to check the contents of the script before running. sudo is required for some commands.

git clone https://github.com/gobbledygook88/config
./config/install.sh

Wallpapers

The wallpapers directory contains a collection of images.

The install script (currently) has hard-coded filenames for which images to use for the desktop and lockscreen. Resizing of images requires xrandr (to find the screen resolution) and Imagemagick's convert tool.

Vim plugins

The following Vim plugins are installed

st

Originally, I tinkered with st by suckless. Below are the commands to install and apply patches which I'm keeping here for safe keeping. It is not installed via the install script.

network

  • TODO autodetect wifi device name (iwconfig)

lockscreen:

  • i3lock (installed via i3)
  • i3lock -e -n -u -i /path/to/image.png
    • -e: Ignore empty passwords
    • -n: Do not fork
    • -u: Do not show password indicator
    • -i: Path to image to use as wallpaper
  • TODO lock from suspend

xprop: then click on window to get WM_NAME(STRING) [instance], [class]

DESKTOP_SESSION=kde (put in .bashrc)

Other development tools

python

  • bpython
  • ipython
  • pudb

Atom plugins

  • atom-ide-ui
  • ide-json
  • ide-typescript
  • ide-python
  • react
  • vim-mode-plus