https://github.com/prayushtwayana/dotfiles
goose-dotfiles-config
https://github.com/prayushtwayana/dotfiles
bash nvim terminal tmux wezterm
Last synced: over 1 year ago
JSON representation
goose-dotfiles-config
- Host: GitHub
- URL: https://github.com/prayushtwayana/dotfiles
- Owner: prayushtwayana
- Created: 2025-01-28T09:34:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-20T15:22:08.000Z (over 1 year ago)
- Last Synced: 2025-03-20T16:33:59.305Z (over 1 year ago)
- Topics: bash, nvim, terminal, tmux, wezterm
- Language: Lua
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
This is dotfiles configuration of goose's system.
At the time of making this version, there are configuration for `bash`, `wezterm`, `neovim` and `tmux`.
# Requirements
Ensure you have the following installed on your system:
#### Git
sudo pacman -S git
#### Stow
sudo pacman -S stow
#### Wezterm
flatpak install flathub org.wezfurlong.wezterm
#### Starship
sudo pacman -S starship
#### Neovim
sudo pacman -S neovim
#### Tmux
sudo pacman -S tmux
#### tpm
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
# Installation
First, clone the dotfiles repo to the `~`/`$HOME` directory.
```
git clone https://github.com/prayushtwayana/dotfiles.git
```
Then use GNU stow to create the symlinks to the dotfiles in your home directory.
```
cd dotfiles/
stow .
```