Dotfiles

Mac dotfiles for ⚡️-fast hacking
Alternatives To Dotfiles
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Hacker Bootstrap229
6 years ago1mitCSS
:squirrel: A Bootstrap 2 theme for 1337 H4x0rs
Kali Linux Tools Interface141
2 years ago2mitPHP
Graphical Web interface developed to facilitate the use of security information tools.
Bootstrap Boilerplate108
4 months agomitHTML
A nice Bootstrap HTML boilerplate using official Bootstrap CDN to start coding right away!
Ustchacker.com94
9 years agoPython
USTC Hackers' Club (Categories interest website using tornado and bootstrap) python web
Hnreact33
3 years ago8mitJavaScript
Hacker news client using react
Foss4news11
2 years ago9agpl-3.0PHP
A Hacker News clone with Laravel & Bootstrap in Persian
Create Shadowfront6
24 days agoJavaScript
Quickly bootstrap ClojureScript + shadow-cljs + Reagent
Dotfiles4
3 years agoShell
Mac dotfiles for ⚡️-fast hacking
Eh14 Infopage4
6 years ago6otherTeX
Infopage for EasterHegg 2014
Task Sdk Moose4
13 years agoPerl
Make it easier to start hacking on Moose
Alternatives To Dotfiles
Select To Compare


Alternative Project Comparisons
Readme

Dotfiles for ⚡️-fast hacking

Install

cd ~/Dropbox
git clone https://github.com/dawsbot/dotfiles
./dotfiles/scripts/bootstrap.sh

This assumes you have the following:

  1. MacOS
  2. iTerm2 (instead of the default MacOS Terminal)
  3. zsh (instead of the default bash)
  4. Operator Mono Font. Change the following line in link/vimrc if you want to use a different italics friendly font
set guifont=Operator\ Mono:h14 " Custom font.
  1. Dropbox located in $HOME/Dropbox

🎁 You'll get:

  1. A beautiful terminal thanks to zsh & oh-my-zsh 💁
  2. A Neovim setup similar to a well equipped IDE 💅
  3. A packaged vimrc with linting & syntax highlighting from the get-go 🎨
  4. A bootstrap script to get setup quickly ⚡️

demo

More Information

  • Modifications can be made to either ~/<file> or ~/Dropbox/dotfiles/link/<file> since they are symlinked.

Bootstrap Script

🔗 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.

Fresh OSX Instructions

  • Go Install node
  • Run bootstrap

License

MIT © Dawson Botsford

Popular Hackers Projects
Popular Bootstrap Projects
Popular Security Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Shell
Script
Bootstrap
Vim
Terminal
Dotfiles
Hacking
Zsh
Neovim
Iterm
Zshrc