An open API service indexing awesome lists of open source software.

https://github.com/pat-lafon/usefulscripts

My collection of useful scripts
https://github.com/pat-lafon/usefulscripts

bash

Last synced: about 2 months ago
JSON representation

My collection of useful scripts

Awesome Lists containing this project

README

          

# Useful_Scripts

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/cefd4d0b30d64b62803280aeb84745f4)](https://www.codacy.com/manual/pat.lafontaine19/UsefulScripts?utm_source=github.com&utm_medium=referral&utm_content=Pat-Lafon/UsefulScripts&utm_campaign=Badge_Grade) [![Coverage Status](https://coveralls.io/repos/github/Pat-Lafon/UsefulScripts/badge.svg?branch=master)](https://coveralls.io/github/Pat-Lafon/UsefulScripts?branch=master)

My collection of useful scripts

## Dot files

The main focus of this repository is on the config files.

* Shell: Bash -> [.bash_profile](.bash_profile) and [.bashrc](.bashrc)
* Editor: Emacs -> [.emacs](.emacs)
* IDE: Vscode -> [settings.json](settings.json)
* Version Control: Git -> [.gitconfig](.gitconfig)
* Remote login: ssh -> [ssh/rc](ssh_rc)

## Setup file

I've made a rather naive bash script to setup my development environment. It is something I played around with when I got a new laptop and I've roughly kept it up to date. It is currently built on the assumption that your using a mac but as I try out linux distributions I will edit the script to work for each distribution.