Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sreevardhanreddi/dotfiles

my dotfiles
https://github.com/sreevardhanreddi/dotfiles

Last synced: 20 days ago
JSON representation

my dotfiles

Awesome Lists containing this project

README

        

# Dotfiles

## Configures

- zsh (with powelevel10k)
- tmux (with tpm)
- neo(vim) (with vimplug)
- and common aliases

## installs extra terminal binaries

- [bat](https://github.com/sharkdp/bat)
- [fd](https://github.com/sharkdp/fd)
- [lsd](https://github.com/Peltoche/lsd)
- [fzf](https://github.com/junegunn/fzf)

```shell

sudo -s

apt update -y && apt install curl git -y && \
curl https://raw.githubusercontent.com/sreevardhanreddi/dotfiles/master/setup.sh | bash

```