Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
maxhu08 committed Aug 1, 2024
1 parent e8bcfdb commit c547ebd
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# dotfiles

> [!IMPORTANT] If you are looking for my old dotfiles (which do not use stow), you can find them [here](https://github.com/maxhu08/dotfiles-old)
> [!IMPORTANT]
> If you are looking for my old dotfiles (which do not use stow), you can find them [here](https://github.com/maxhu08/dotfiles-old)
This repo contains all my configs I use.

@@ -23,7 +24,8 @@ cd dotfiles

After that, you just need to run the stow command to symlink the dotfiles you want

> [!CAUTION] I would not recommend stowing stuff like `git` because that contains my .gitconfig or `xorg` because thats specific to my monitor setup
> [!CAUTION]
> I would not recommend stowing stuff like `git` because that contains my .gitconfig or `xorg` because thats specific to my monitor setup
```shell
# you can stow multiple things in one command!
@@ -32,7 +34,8 @@ stow alacritty fish kitty nvim picom tmux vscode xorg

Make sure to install the programs, stow just symlinks the configs. You still need to install the programs!

> [!WARNING] This isn't a full list of all the packages. To get all the packages, check out my [rebos-config](https://github.com/maxhu08/rebos-config-arch) for arch
> [!WARNING]
> This isn't a full list of all the packages. To get all the packages, check out my [rebos-config](https://github.com/maxhu08/rebos-config-arch) for arch
Install on arch (with paru):

@@ -56,7 +59,8 @@ paru -S \

That's it!

> [!CAUTION] If you are Ubuntu `build-essential` `fzf` `python3-all-venv` `nodejs` & `npm` must be installed before running `stow nvim` & `nvim`
> [!CAUTION]
> If you are Ubuntu `build-essential` `fzf` `python3-all-venv` `nodejs` & `npm` must be installed before running `stow nvim` & `nvim`
## star-history

0 comments on commit c547ebd

Please sign in to comment.