Skip to content

Saul-Dickson/dotfiles

Repository files navigation

Saul Dickson's Dotfiles

Install       Programs      

Install

Copy and paste this into your terminal:

git clone https://github.com/Saul-Dickson/dotfiles \
    $HOME/.local/src/github.com/Saul-Dickson/dotfiles \
    && chmod +x $HOME/.local/src/github.com/Saul-Dickson/dotfiles/install.sh

This will clone the install script into it's hardcoded, required directory. After that's done, you can install everything with the following command:

$HOME/.local/src/github.com/Saul-Dickson/dotfiles/install.sh --install

For more options on the install script, simply replace --install with -h.

Programs

Editor       Pager       Shell       File Manager       Browser       Email Client       Ebook Reader      


Editor: neovim

It's got a bunch of plugins, but I don't mind personally.

Shell: zsh

Same thing here, bunch of plugins. I like how my shell is set up :).

Browser: zen-browser

Still in alpha, this one. I like the UI so far, might change back to brave or firefox at some point though.

Email Client: mailspring

I'm not quite used to this atm, I like it so far, but it's still early days.

File Manager: nnn

Don't use it all that often, so my config is a bit barebones.

Pager: bat

Really like this one. Can be a bit of a pain in the arse at times though.

Ebook Reader: epy

find Alternative: fd

fd but written in rust. Don't particularly care about that last bit.

ls Alternative: exa

ls but pretty.

grep Alternative: ripgrep

grep but fast, what more does it need to be?

rm Alternative: trash-cli

rm but unnecessary. Might get rid of this at some point, but it's kinda useful.