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
- Host: GitHub
- URL: https://github.com/pat-lafon/usefulscripts
- Owner: Pat-Lafon
- Created: 2018-11-13T22:39:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-23T22:23:31.000Z (about 1 year ago)
- Last Synced: 2025-04-23T23:25:49.762Z (about 1 year ago)
- Topics: bash
- Language: Shell
- Size: 113 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Useful_Scripts
[](https://www.codacy.com/manual/pat.lafontaine19/UsefulScripts?utm_source=github.com&utm_medium=referral&utm_content=Pat-Lafon/UsefulScripts&utm_campaign=Badge_Grade) [](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.