https://github.com/dckt/dotfiles
Configuration files
https://github.com/dckt/dotfiles
Last synced: about 1 month ago
JSON representation
Configuration files
- Host: GitHub
- URL: https://github.com/dckt/dotfiles
- Owner: DCKT
- Created: 2016-11-21T21:33:55.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T13:07:55.000Z (7 months ago)
- Last Synced: 2024-10-21T19:03:59.779Z (7 months ago)
- Language: Lua
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
## Requirements
1. [Wezterm](https://wezfurlong.org/wezterm/index.html) terminal
2. [GNU Stow](https://www.gnu.org/software/stow/)
3. [Neovim](https://neovim.io/) : btw
4. [Aerospace](https://github.com/nikitabobko/AeroSpace) tiling window manager
5. [Sketchybar](https://felixkratz.github.io/SketchyBar/) : custom menu bar
6. [Himalaya](https://github.com/pimalaya/himalaya) : CLI email client
7. [Starship](https://starship.rs/) : Cross-shell prompt
8. [https://meetingbar.app/](meetingbar): Meeting app + apple shortcuts## Setup
1. Clone this repo.
2. Install all the requirements
3. Run the stow command
4. Append the alias file to `.zshrc````bash
source "$HOME/.zshrc_alias"
``````sh
stow .
```