All Projects → ashishb → dotfiles

ashishb / dotfiles

Licence: Apache-2.0 license
Dotfiles for developers (with CI testing)

Programming Languages

shell
77523 projects
ruby
36898 projects - #4 most used programming language
Vim Script
2826 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to dotfiles

setup
Automate the macOS setup for productive React Developer
Stars: ✭ 13 (-81.94%)
Mutual labels:  setup-osx, setup-script
bash.env
Bash.env is a cascading Bash environment system for those who work on different hardware and OS environments. Similar to oh-my-zsh but for Bash, and special sauce for those who work 'ssh' on remote machines.
Stars: ✭ 50 (-30.56%)
Mutual labels:  bashrc
q
q - vim like macro registers for your bash and zsh shell!
Stars: ✭ 54 (-25%)
Mutual labels:  bashrc
dotfiles
My personal monorepo: dotfiles, /etc-files, single-file scripts, vim plugins, webexts/userscripts, xmonad config, all that stuff…
Stars: ✭ 84 (+16.67%)
Mutual labels:  bashrc
dotfiles
📑 .dotfiles for Bash (Linux) / ZSH (Linux) / Git Bash (Windows) / Cygwin (Windows) / Bash on Ubuntu on Windows
Stars: ✭ 175 (+143.06%)
Mutual labels:  bashrc
mac
MaxItUp is a Mac setup tool to create a setup script for newly formatted Mac devices.
Stars: ✭ 37 (-48.61%)
Mutual labels:  setup-script
awesome-bashrc
🚀 Collection of bash snippets/aliases that will save your time on the terminal
Stars: ✭ 109 (+51.39%)
Mutual labels:  bashrc
Notify-me
A shell command to notify you via Telegram
Stars: ✭ 34 (-52.78%)
Mutual labels:  bashrc
dots-personal
My personal dotfiles. Uses the dots utility to manage installation and organization.
Stars: ✭ 30 (-58.33%)
Mutual labels:  bashrc
dotfiles
/home/yous
Stars: ✭ 43 (-40.28%)
Mutual labels:  bashrc
dotfiles
.foos for foos & more
Stars: ✭ 21 (-70.83%)
Mutual labels:  bashrc
homesetup
Your shell good as hell ! Not just dotfiles.
Stars: ✭ 25 (-65.28%)
Mutual labels:  bashrc
Git-Beautify-For-MacOS-Terminal
An easy-to-use set of config files to beautify Git in your MacOS or OS X terminal. If you find it hard to parse a jumble of mono-colored type on your command line, this set-up can help you tame the ugly bash beast.
Stars: ✭ 127 (+76.39%)
Mutual labels:  bashrc
eRCaGuy dotfiles
.bashrc file, terminal prompt that shows current git branch, Arduino setup, Eclipse setup, git diff with line numbers, helpful scripts, improved Linux productivity, etc.
Stars: ✭ 84 (+16.67%)
Mutual labels:  bashrc
dotfiles
A total nord dotfiles used by me. Forever work in progress.
Stars: ✭ 35 (-51.39%)
Mutual labels:  bashrc
dotfiles
personal dotfiles with stow
Stars: ✭ 16 (-77.78%)
Mutual labels:  bashrc
my-little-friends
Moved to https://gitlab.com/skybert/my-little-friends
Stars: ✭ 62 (-13.89%)
Mutual labels:  bashrc
listbox
💬 listbox element for bash
Stars: ✭ 44 (-38.89%)
Mutual labels:  bashrc
school21
Как подготовиться к бассйну Школы 21: изучаем терминал, vim, работаем с gcc, norminette, git, пишем первую программу на Си.
Stars: ✭ 41 (-43.06%)
Mutual labels:  bashrc
machine-setup
Powershell script which simplifies PC installation which primarily target devs but everyone can use it. Installs apps via chocolatey, nodejs and executes other specific commands.
Stars: ✭ 20 (-72.22%)
Mutual labels:  setup-script

Dotfiles

Test Setup Mac OS Test setup Mac machine Test Setup dotfiles on Mac OS Test Setup Vim on Mac OS Test Ubuntu Test Markdown

  1. setup_dotfiles.sh - Automate the dotfiles setup with this one (Warning: the script does not always work)

  2. setup/setup_cryptocurrencies.sh - Cryptocurrencies development related packages (ethereum, solidity, truffle etc.)

  3. _bashrc - bashrc file (it primarily sources files in bashrc includes)

  4. _gitconfig - git config file

  5. _macos - macOS config file (one time setup file based on Mathias's file)

  6. _screenrc - several productivity improvements to GNU screen

  7. scripts - some random scripts

  8. _vimrc - vim config file

  9. _vim - vim config dir, it contains several vim related stuff

  10. setup - contains one time setup scripts for Mac, GNU/Linux and Nexus 5.

  11. bashrc_includes - contains several bash improvements (git friendly prompt, adb auto completion, p4 auto completion, git auto completion, android reverse engineering aliases etc.)

Usage

For setting up Mac OS

git clone https://github.com/ashishb/dotfiles && \
cd dotfiles && \
git submodule update --init && \
bash setup_dotfiles.sh && \
bash setup/setup_new_mac_machine.sh && \
bash setup/_macos && \
vim +BundleInstall +qall

For setting up GNU/Linux

git clone https://github.com/ashishb/dotfiles && \
cd dotfiles && \
git submodule update --init && \
bash setup_dotfiles.sh && \
bash setup/setup_new_ubuntu_machine.sh && \
vim +BundleInstall +qall

Note: My GNU/Linux setup scripts are stale since I have not used GNU/Linux in a while.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].