Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hebertcisco committed Mar 4, 2023
1 parent 43423f6 commit 7baa54a
Show file tree
Hide file tree
Showing 14 changed files with 65 additions and 27 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ SHELL := /bin/bash
run:
#!/bin/bash#
make install &&\
make clear
clear:
make clear:
#!/bin/bash#
rm -rf *.deb *.ddeb *.gpg = bash_completion Compressing Close nvm

Expand Down
58 changes: 57 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ apt package manager installed
An internet connection

### Usage

To use the script, open a terminal and run the following command:

#### From source
Expand All @@ -19,6 +20,7 @@ cd deb-install
make

```

#### Bash & Curl

```sh
Expand All @@ -28,7 +30,61 @@ curl -fsSL https://raw.githubusercontent.com/hebertcisco/deb-install/master/inst
#### With NPM

```sh
npx deb-install
sudo npm i -g deb-install
```

##### Comands available affter installed with NPM

```sh
deb-install
```

```sh
deb-install-aws
```

```sh
deb-install-basics
```

```sh
deb-install-configs
```

```sh
deb-install-dbeaver
```

```sh
deb-install-docker
```

```sh
deb-install-dotnet
```

```sh
deb-install-git
```

```sh
deb-install-php
```

```sh
deb-install-snap
```

```sh
deb-install-vim
```

```sh
deb-install-code
```

```sh
deb-install-zsh
```

### Support
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deb-install",
"version": "0.0.4",
"version": "0.0.5",
"description": "Debian based apps Installation Automation",
"scripts": {
"patch-release": "npm version patch && npm publish && git push --follow-tags",
Expand Down Expand Up @@ -38,7 +38,7 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/hebertcisco/deb-install-install.git"
"url": "git+https://github.com/hebertcisco/deb-install.git"
},
"keywords": [
"ubuntu",
Expand All @@ -47,9 +47,9 @@
"author": "Hebert Cisco",
"license": "MIT",
"bugs": {
"url": "https://github.com/hebertcisco/deb-install-install/issues"
"url": "https://github.com/hebertcisco/deb-install/issues"
},
"homepage": "https://github.com/hebertcisco/deb-install-installb#readme",
"homepage": "https://github.com/hebertcisco/deb-installb#readme",
"devDependencies": {
"@types/node": "^14.18.36"
},
Expand Down
2 changes: 0 additions & 2 deletions packages/aws/aws-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ aws --version
curl "https://s3.amazonaws.com/session-manager-downloads/plugin/latest/ubuntu_64bit/session-manager-plugin.deb" -o "session-manager-plugin.deb"
sudo dpkg -i session-manager-plugin.deb
session-manager-plugin --version

clear
2 changes: 0 additions & 2 deletions packages/basics/basics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ sudo apt-get install snapd -y

echo 'installing git'
sudo apt install git -y

clear
2 changes: 0 additions & 2 deletions packages/configs/dracula.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,3 @@ cat <<EOF >>~/.config/terminator/config
palette = "#000000:#ff5555:#50fa7b:#f1fa8c:#bd93f9:#ff79c6:#8be9fd:#bbbbbb:#555555:#ff5555:#50fa7b:#f1fa8c:#bd93f9:#ff79c6:#8be9fd:#ffffff"
scrollback_infinite = True
EOF

clear
2 changes: 0 additions & 2 deletions packages/configs/ssh-keygen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ echo "Generating a SSH Key"
ssh-keygen -t rsa -b 4096 -C $git_config_user_email
ssh-add ~/.ssh/id_rsa
cat ~/.ssh/id_rsa.pub | xclip -selection clipboard

clear
2 changes: 0 additions & 2 deletions packages/configs/update.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ sudo rm /var/lib/dpkg/lock-frontend
sudo rm /var/cache/apt/archives/lock

sudo apt-get update

clear
2 changes: 0 additions & 2 deletions packages/configs/workspaces.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@

echo 'enabling workspaces for both screens'
gsettings set org.gnome.mutter workspaces-only-on-primary false

clear
2 changes: 0 additions & 2 deletions packages/configs/xclip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ export alias pbcopy='xclip -selection clipboard'
export alias pbpaste='xclip -selection clipboard -o'

source ~/.zshrc

clear
4 changes: 2 additions & 2 deletions packages/git/gitconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ echo "What name do you want to use in GIT user.name?"
echo "For example, mine will be \"John Doe\""
read git_config_user_name
git config --global user.name "$git_config_user_name"
clear

echo "What email do you want to use in GIT user.email?"
echo "For example, mine will be \"doe.john@gmail.com\""
read git_config_user_email
git config --global user.email $git_config_user_email
clear

echo "Git configured with successfully!"
1 change: 0 additions & 1 deletion packages/jvm/scala/sbt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.li
curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2EE0EA64E40A89B84B2DF73499E82A75642AC823" | sudo apt-key add
sudo apt-get update
sudo apt-get install sbt
clear
2 changes: 1 addition & 1 deletion packages/vim/.vimrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" Author: Hebert F Barros
" Source: https://github.com/hebertcisco/deb-install-install
" Source: https://github.com/hebertcisco/deb-install

" LEADER KEY
let mapleader=","
Expand Down
2 changes: 0 additions & 2 deletions packages/vim/set_vim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ if echo "$git_core_editor_to_vim" | grep -iq "^y"; then
else
echo "Okay, no problem. :) Let's move on!"
fi

clear

0 comments on commit 7baa54a

Please sign in to comment.