Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Hacker Bootstrap | 229 | 6 years ago | 1 | mit | CSS | |||||
:squirrel: A Bootstrap 2 theme for 1337 H4x0rs | ||||||||||
Kali Linux Tools Interface | 141 | 2 years ago | 2 | mit | PHP | |||||
Graphical Web interface developed to facilitate the use of security information tools. | ||||||||||
Bootstrap Boilerplate | 108 | 4 months ago | mit | HTML | ||||||
A nice Bootstrap HTML boilerplate using official Bootstrap CDN to start coding right away! | ||||||||||
Ustchacker.com | 94 | 9 years ago | Python | |||||||
USTC Hackers' Club (Categories interest website using tornado and bootstrap) python web | ||||||||||
Hnreact | 33 | 3 years ago | 8 | mit | JavaScript | |||||
Hacker news client using react | ||||||||||
Foss4news | 11 | 2 years ago | 9 | agpl-3.0 | PHP | |||||
A Hacker News clone with Laravel & Bootstrap in Persian | ||||||||||
Create Shadowfront | 6 | 24 days ago | JavaScript | |||||||
Quickly bootstrap ClojureScript + shadow-cljs + Reagent | ||||||||||
Dotfiles | 4 | 3 years ago | Shell | |||||||
Mac dotfiles for ⚡️-fast hacking | ||||||||||
Eh14 Infopage | 4 | 6 years ago | 6 | other | TeX | |||||
Infopage for EasterHegg 2014 | ||||||||||
Task Sdk Moose | 4 | 13 years ago | Perl | |||||||
Make it easier to start hacking on Moose |
Dotfiles for ⚡️-fast hacking
cd ~/Dropbox
git clone https://github.com/dawsbot/dotfiles
./dotfiles/scripts/bootstrap.sh
This assumes you have the following:
link/vimrc
if you want to use a different italics friendly fontset guifont=Operator\ Mono:h14 " Custom font.
$HOME/Dropbox
🎁 You'll get:
~/<file>
or ~/Dropbox/dotfiles/link/<file>
since they are symlinked.🔗 The first thing the bootstrap script does is symlink files from ./link/*
to $HOME
:
./link/zshrc
-> $HOME/.zshrc
./link/gitignore
-> $HOME/.gitignore
./link/vimrc
-> $HOME/.config/nvim/init.vim
./link/en.utf-8.add
-> $HOME/.config/nvim/spell/en.utf-8.add
👩⚕️ After this, the bootstrap script attempts to doctor your system to ensure you have necessary prerequisites (like python3 or an italic iTerm2 terminal
in the settings). Warnings are logged to the console to help you get the proper prerequisites.
MIT © Dawson Botsford