Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sreevardhanreddi/dotfiles
my dotfiles
https://github.com/sreevardhanreddi/dotfiles
Last synced: 20 days ago
JSON representation
my dotfiles
- Host: GitHub
- URL: https://github.com/sreevardhanreddi/dotfiles
- Owner: sreevardhanreddi
- Created: 2021-07-15T06:54:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T12:20:15.000Z (about 1 month ago)
- Last Synced: 2024-10-11T23:20:18.253Z (about 1 month ago)
- Language: Shell
- Size: 80.1 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```