Skip to content

The various scripts, settings and other things that I find useful to have in my home folder.

Notifications You must be signed in to change notification settings

kfocus/olafurw-home

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

olafurw-home

Various scripts and settings I have in my home folder.

tools/qwe.sh

The comnand line bookmarking tool qwe has it's own repository now. The original file is kept here for posterity.

https://github.com/olafurw/qwe

tools/extract.sh

Extracts most filetypes

Usage:
extract filename

tools/search.sh

Searches for a file from a directory or the root

Usage:
search [dir] [search_parameter]

bin/hist

Greps the "infitite history" folder that is set in the .bashrc file

bin/imgur-upload.sh

Uploads to imgur the given filename, returns the url and the delete url.

Depends on curl mostly. Check the source for more tools it uses.

bin/import-imgur

Uses the Image Magick import to create an image at a specified path, then uses imgur-upload.sh to upload that image to imgur.

Useful for taking a screenshot and get an imgur link with one command.

Dot Files

.Xefaults
Nothing fancy here, just a simple color scheme.

.tmux.conf
Only interesting thing is Shift + left / Shift + right to traverse tabs in tmux

.vimrc
4 space tabs setting I use for vim.

About

The various scripts, settings and other things that I find useful to have in my home folder.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.5%
  • Vim Script 13.5%
  • Shell 11.0%