-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
List (with some description) all supported configurations and tools. Signed-off-by: Nuno Sa <[email protected]>
- Loading branch information
Showing
1 changed file
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,19 @@ | ||
# Tools | ||
# Tools | ||
|
||
This repo contains a set of miscalaneous tools/scripts and configuration files used at work and on my personal machines: | ||
|
||
| Tool/Config | Description | | ||
|--------------|--------------| | ||
|bashrc| bash specific helper | | ||
|screenrc| screen config file | | ||
|svn_helper| legacy script for when I used svn :facepalm:| | ||
|sync_db.sh| legacy script for syncronizing my keepass file in dropbox| | ||
|vimrc| vim config file| | ||
|git_publish.sh|helper script for sending linux patches| | ||
|build.sh|Vscode script to build linux. Very specific for my job workflow| | ||
|settings.json_linux|Vscode Linux settings template| | ||
|tasks.json|Vscode custom tasks template| | ||
|
||
# Contributions | ||
|
||
Happy to take PRs if anyone finds some of these helpful and wants to improve them... |