reformat directories structure and add aerospace windows manager

Signed-off-by: Rack Lin <racklin@gmail.com>
This commit is contained in:
2026-03-31 17:30:38 +08:00
parent 8bd05824c0
commit cd967cfa2a
70 changed files with 412 additions and 34 deletions

View File

@@ -30,11 +30,11 @@ Make sure you have installed all of the following prerequisites on your developm
```
- tmux config
- MacOSX config
## How to use
### git
Lets stow git setting,
Lets stow git setting,
`stow --dotfiles -vSt ~ git`
Thats it! we have successfully created a symlink for `.gitconfig` ,and a symlink for `.gitignore_global`
@@ -42,22 +42,19 @@ Thats it! we have successfully created a symlink for `.gitconfig` ,and a syml
`stow --dotfiles -vSt ~ zsh`
### fish shell
`mkdir ~/.config/fish`
`stow --dotfiles -vSt ~/.config/fish fish`
`stow --dotfiles -vSt ~ fish`
### tmux
`stow --dotfiles -vSt ~ tmux`
### nvim
`mkdir ~/.config/nvim`
`stow --dotfiles -vSt ~/.config/nvim nvim`
`stow --dotfiles -vSt ~ nvim`
### ghostty
`mkdir ~/.config/ghostty`
`stow --dotfiles -vSt ~/.config/ghostty ghostty`
`stow --dotfiles -vSt ~ ghostty`
### starship
`stow --dotfiles -vSt ~/.config starship`
`stow --dotfiles -vSt ~ starship`
## About me