Skip to content

lainiwa/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 17, 2023
3bb8f21 · Nov 17, 2023
Dec 2, 2020
Nov 17, 2023
Oct 24, 2020
Dec 3, 2022
Aug 15, 2023
Mar 14, 2020
Jun 23, 2020
Oct 6, 2023
Oct 9, 2018
Jan 22, 2021
Apr 27, 2021
Jan 23, 2021
Jan 7, 2021
May 31, 2021
Mar 8, 2023
Feb 20, 2023
Dec 29, 2019
Mar 19, 2023
Mar 29, 2021
Feb 4, 2021
Jul 23, 2020
Jul 3, 2023
Jan 6, 2021
Feb 16, 2020
Feb 4, 2021
Oct 25, 2022
Nov 5, 2020
Jan 2, 2021
Apr 30, 2023
Oct 6, 2023

Repository files navigation

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.