Skip to content

git-alice/dotfiles

 
 

Repository files navigation

Lainiwa's dotfiles

Installation

Use no hassle installation script:

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

... or (if the idea of piping curl to shell interpreter offends you) go with this snippet:

git clone https://github.com/lainiwa/dotfiles.git ~/.dotfiles
~/.dotfiles/install
zsh -i -c -- '-zplg-scheduler burst || true'

Either of these would install config files for only the tools you have installed on your system.

Stuff I use

This configures the following set of tools:

my scripts and dependencies

I am storing all functions I'm using in a single bash file scripts/my. Among them there is a special function to check if dependencies for all functions are installed: just call my check_dependencies.

All dependencies are available on ubuntu via apt install.

You might also want to install some additional software to fully utilize preview facilities of ranger file manager. Have a look at ranger/scope.sh to see what might be sensible to install.

About

My comfy dotfiles :3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 98.9%
  • Vim Script 1.1%