Skip to content

lainiwa/dotfiles

Repository files navigation

image

Lainiwa's dotfiles

Minimal requirements

Dependency Rationale
python Symlinking via dotbot
git Cloning dotfiles

Installation

Automatic installation

Use no hassle installation script:

sh -c "$(curl 'https://raw.githubusercontent.com/lainiwa/dotfiles/master/quick_install.sh')"

Manual (rather semi-automatic) installation

Get the repo:

git clone https://github.com/lainiwa/dotfiles.git ~/.dotfiles

Bootstrap the configs (create soft links to the configs) in the repo:

~/.dotfiles/install

Optional: pre-load plugins for Z-shell:

zsh -i -c exit

Stuff I use

This configures the following set of tools:

Personal scripts

The script I keybind to i3 to make screenshots.

Usage: screenshot <full|select|focused>.

Dependencies

The i3 WM runs this on start.

Usage: wallpaper <image_path>.

Dependencies

Upload and download file to public pastebin-like serever.

Usage: type pastebin --help for instruction.

Dependencies

The snippets I use here and there.

Usage: my <snippet>.

Dependencies: lots of them. Check if dependencies are met with my check_dependencies. All dependencies are available on ubuntu via apt install.