sujaykumarh / dotfiles

๐Ÿง‘โ€๐Ÿ’ป ๐Ÿ—„๏ธ my dotfiles ๐Ÿ˜€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

personal zsh dotfiles

LICENSE wiki GitHub issues

to get started clone

git clone https://github.com/sujaykumarh/dotfiles.git

powered by zsh with oh-my-zsh and more..


screenshot


โš ๏ธ DISCLAIMER

the security of your systems is YOUR responsibility. Be careful when using setup scripts. setup-unattended.sh does lot actions unattended read the script before running it.

This project was created for personal use. Use it at your own risk.


๐ŸŽฎ Demo

demo

run docker image

# pull docker image TAG=latest, dev
$ docker pull ghcr.io/sujaykumarh/dotfiles:<TAG>

# Run docker container
$ docker run --rm -it ghcr.io/sujaykumarh/dotfiles:<TAG>

# list files
$ ls

# checkout demos folder
$ cd demos

๐Ÿ”ง Installation, ๐Ÿš€ Usage, ๐Ÿ”จ Configuration, etc.

read ๐Ÿ‘‰ Wiki


๐Ÿ“ Contributing

All Contributions are welcome, see CONTRIBUTING.


โ„น๏ธ Other Info

โš–๏ธ Stability

branch info and its stability

branch description
main โš ๏ธ stable stable branch
dev ๐Ÿ› ๏ธ WIP active development

๐Ÿ”Œ Modules

all modules available for config.

plugin available tested working usage
fzf โ˜‘๏ธ โ˜‘๏ธ โ˜‘๏ธ autocomplete, fuzzy search & more..
fzf-tab โ˜‘๏ธ โ˜‘๏ธ โ˜‘๏ธ autocomplete commands & more..
goto โ˜‘๏ธ โ˜‘๏ธ โ˜‘๏ธ jump to dir aliases
vim โฌ› โฌ› โฌ›
tmux โฌ› โฌ› โฌ›

โ˜‘๏ธ working, โฌ› no-status, โŒ not-supported


๐Ÿ’ป Supported Systems

If you would like to add support / publish test results create issue or pr all contributions are welcome

OS Supported Tested description
ArchLinux โ˜‘๏ธ โ˜‘๏ธ working and tested
Ubuntu โ˜‘๏ธ โ˜‘๏ธ working and tested on v20.04+
Unix โ˜‘๏ธ โฌ› should work else create issue
MacOS โฌ› โŒ create issue or pr for support
should probably work
Windows โŒ โŒ create pr to add support
no plan to support

โ˜‘๏ธ working, โฌ› no-status, โŒ not-supported


๐Ÿ“„ LICENSE

MIT ยฉ 2022 sujaykumarh

for additional licenses read the additional-licenses.txt file.



๐Ÿ”‹ powered by

About

๐Ÿง‘โ€๐Ÿ’ป ๐Ÿ—„๏ธ my dotfiles ๐Ÿ˜€

License:MIT License


Languages

Language:Python 60.5%Language:Shell 31.3%Language:Vim Script 6.4%Language:Dockerfile 1.8%