Skip to content

A collection of dotfiles and config files (useful for a fresh install of Kubuntu)

Notifications You must be signed in to change notification settings

gobbledygook88/config

Repository files navigation

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

About

A collection of dotfiles and config files (useful for a fresh install of Kubuntu)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published