Skip to content

Commit

Permalink
update broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcercal committed Mar 1, 2024
1 parent 3e47806 commit 96c3b7d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 139 deletions.
129 changes: 0 additions & 129 deletions .zsh_history

This file was deleted.

5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,15 @@ configure_apps:
apply_preferences:
./scripts/apply-preferences.sh

.PHONY: update_history_commands
update_history_commands:
./scripts/update-history-commands.sh

.PHONY: default
default:
software_update
install_dependencies
install_apps
configure_apps
apply_preferences
update_history_commands
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@ If you liked this idea then please don't forget to give me a star. =]
Yeah, that's really simple, just run the following on your terminal:

```bash
make
make software_update
make install_dependencies
make install_apps
make configure_apps
make apply_preferences
make update_history_commands
```
3 changes: 0 additions & 3 deletions bin/chrome

This file was deleted.

12 changes: 6 additions & 6 deletions commands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -498,9 +498,9 @@ head:
display first lines of a file.
commands:
- description: |
print the first 30 lines of the ~/.zsh_history file.
print the first 30 lines of the /etc/hosts file.
command: |
head -30 ~/.zsh_history
head -30 /etc/hosts
hostname:
description: |
Expand Down Expand Up @@ -728,9 +728,9 @@ nvim:
command: |
nvim ~/.ssh/known_hosts
- description: |
open the ~/.zsh_history file with nvim.
open the /etc/hosts file with nvim.
command: |
nvim ~/.zsh_history
nvim /etc/hosts
pbcopy:
description: |
Expand Down Expand Up @@ -982,9 +982,9 @@ tail:
input, to the standard output.
commands:
- description: |
print the last 30 lines of the ~/.zsh_history file.
print the last 30 lines of the /etc/hosts file.
command: |
tail -30 ~/.zsh_history
tail -30 /etc/hosts
turbinekreuzberg:
description: |
Expand Down

0 comments on commit 96c3b7d

Please sign in to comment.