Code Monkey home page Code Monkey logo

shlomif / shlomif-computer-settings Goto Github PK

View Code? Open in Web Editor NEW
7.0 4.0 1.0 3.79 MB

Shlomi Fish's personal software settings/dot-files/etc.

Home Page: http://www.shlomifish.org/open-source/projects/conf/

License: Other

Shell 51.75% Perl 27.23% Makefile 1.86% GDB 2.71% Pike 0.08% Python 2.33% Ruby 0.25% HTML 0.08% Vim Snippet 2.76% Raku 0.22% C 0.02% CSS 0.42% Go 0.33% Vim Script 9.95%
dotfiles settings configuration config vim vimrc vimrc-settings bash setup hacktoberfest

shlomif-computer-settings's Introduction

About

This repository contains the configuration/etc. home directory files of Shlomi Fish that he made public. Repositories like this are commonly called “dotfiles” but this repository is organised differently.

WARNING!!!

This repository reflects my preferences which most probably differ from yours. While you can read its code to learn from, and use parts of it in your own configuration, using it as a whole is not recommended.

Quick start

You can automatically set up most settings (but please do it in a new OS user that can be discarded; at least at first) using:

wget https://shlom.in/setup
perl setup

The URL refers to this file .

shlomif-computer-settings's People

Contributors

shlomif avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

gaybro8777

shlomif-computer-settings's Issues

Make the output of the various "time" command implementations consistent

See https://en.wikipedia.org/wiki/Time_%28Unix%29

[shlomif@localhost ~]$ time echo

[shlomif@localhost ~]$ time ( echo )

( echo; )  0.00s user 0.00s system 61% cpu 0.001 total
[shlomif@localhost ~]$ /usr/bin/time echo

0.00user 0.00system 0:00.00elapsed 100%CPU (0avgtext+0avgdata 1748maxresident)k
0inputs+0outputs (0major+73minor)pagefaults 0swaps
[shlomif@localhost ~]$ bash -c "time echo"


real    0m0.000s
user    0m0.000s
sys     0m0.000s
[shlomif@localhost ~]$ sh -c "time echo" 


real    0m0.000s
user    0m0.000s
sys     0m0.000s
[shlomif@localhost ~]$ bash
shlomif@localhost:~$ time echo


real    0m0.000s
user    0m0.000s
sys     0m0.000s
shlomif@localhost:~$ 

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.