Skip to content

Commit

Permalink
use hyper instead of warp (#40)
Browse files Browse the repository at this point in the history
- use Hyper terminal instead of Warp because it's prettier
- update Hyper settings
- update screenshot in readme and add more links to other dotfiles

## Summary by Sourcery

Replace Warp terminal with Hyper terminal, update terminal settings, and
enhance documentation with a new screenshot and additional references.

Enhancements:
- Switch from Warp to Hyper terminal for improved aesthetics and
functionality.
- Update Hyper terminal settings, including scrollback buffer and
disabling the bell sound.

Documentation:
- Update README with a new screenshot and additional links to other
dotfiles.
  • Loading branch information
martimlobao authored Nov 2, 2024
1 parent 6f3f135 commit d6f496f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 15 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Martim's dotfiles

![Screenshot of my shell prompt](https://i.imgur.com/3AroNRu.png)
![Screenshot of my shell prompt](static/screenshot.png)

This repository contains my personal dotfiles, as well as several scripts to install applications and configure settings. Although the bash configuration settings should (mostly) work on any Unix-based system, most of these scripts were only designed to run on macOS and likely won't run at all on any other OS.

Expand Down Expand Up @@ -75,9 +75,10 @@ Note that these are my personal dotfiles, so if you'd like to customize them to

## Thanks

- [@mathiasbyens](https://mathiasbynens.be/) for his [dotfiles repository](https://github.com/mathiasbynens/dotfiles), off of which this repository was based
- [@mathiasbyens](https://mathiasbynens.be/) for his [dotfiles repository](https://github.com/mathiasbynens/dotfiles), off of which this repository was initially based
- [@ikuwow](https://github.com/ikuwow) for his [dotfiles](https://github.com/ikuwow/dotfiles)
- [@kennethreitz](https://www.kennethreitz.org/) for a few [functions and inspiration](https://github.com/kennethreitz/dotfiles)
- [@kevinsuttle](https://kevinsuttle.com/) for a great compilation of [macOS defaults](https://github.com/kevinSuttle/macOS-Defaults)
- [@coreyschafer](https://coreyms.com/) for his awesome [YouTube tutorials](https://www.youtube.com/user/schafer5) on multiple topics
- [@henriquebastos](https://henriquebastos.net/) for [documentation](https://medium.com/@henriquebastos/the-definitive-guide-to-setup-my-python-workspace-628d68552e14) on getting Jupyter to run nicely with pyenv
- [@ryanpavlick](https://github.com/rpavlick) for his [macOS dock customization functions](https://github.com/rpavlick/add_to_dock)
- [@br3ndonland](https://github.com/br3ndonland) for his [dotfiles](https://github.com/br3ndonland/dotfiles)
- [@pablopunk](https://github.com/pablopunk) for his [dotfiles](https://github.com/pablopunk/dotfiles)
2 changes: 1 addition & 1 deletion dock.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ add_app_to_dock "Linear"
add_app_to_dock "Slack"
add_app_to_dock "Visual Studio Code"
add_app_to_dock "Cursor"
add_app_to_dock "Warp"
add_app_to_dock "Hyper"
add_app_to_dock "System Settings"
add_folder_to_dock ~/Downloads --sortby 2 --displayas 1 --viewcontentas 1

Expand Down
15 changes: 5 additions & 10 deletions mackup/.hyper.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added static/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d6f496f

Please sign in to comment.