Skip to content

Commit f8241a7

Browse files
authored
Merge pull request #4 from neiesc/chezmoi
Use Chezmoi
2 parents e4c9b42 + 6650b06 commit f8241a7

34 files changed

+8
-4877
lines changed

.gitignore

Lines changed: 0 additions & 191 deletions
This file was deleted.

common/.config/nushell/alias.nu renamed to AppData/Roaming/nushell/alias.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ alias my-ports-open = lsof -i -P -n
8686
# alias aws = docker run --rm -ti -v ~/.aws:/root/.aws -v $PWD:/aws amazon/aws-cli
8787
# alias mockoon = docker run --rm -ti --mount type=bind,source=/data-file.json,target=/data,readonly -p 3000:3000 mockoon/cli:latest -d data -p 3000
8888
# alias smtp4dev = docker run --rm -it -p 3000:80 -p 2525:25 rnwood/smtp4dev
89-
# alias zz = docker run --rm funcoeszz/zz
89+
# alias zz = docker run --rm funcoeszz/zz

common/.config/nushell/config.nu renamed to AppData/Roaming/nushell/config.nu

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@
1717
# You can remove these comments if you want or leave
1818
# them for future reference.
1919

20-
source ./custom.nu
21-
source ~/.oh-my-posh.nu
20+
source ./custom.nu

AppData/Roaming/nushell/custom.nu

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
$env.config.show_banner = false
2+
3+
source ~/.oh-my-posh.nu
4+
source ./alias.nu

LICENSE

Lines changed: 0 additions & 22 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,2 @@
1-
# dotfiles for Windows 11 Pro
2-
3-
![Github Created At](https://img.shields.io/github/created-at/neiesc/dotfiles?logo=github&style=for-the-badge)
4-
![Last Commit Date](https://img.shields.io/github/last-commit/neiesc/dotfiles?logo=github&style=for-the-badge)
5-
![GitHub Repo stars](https://img.shields.io/github/stars/neiesc/dotfiles?logo=github&style=for-the-badge)
6-
7-
## Windows ~~11~~ 10 Pro (Currently)
8-
9-
- Terminal (https://wezterm.org)
10-
- Shell (https://www.nushell.sh)
11-
- Font (https://jetbrains.com/mono)
12-
13-
## Screenshot
14-
15-
![Screnshot Windows 10 Pro Currently](screnshot/windows10.png)
16-
17-
## Market to winget
18-
19-
- https://winget.run
20-
- https://winstall.app
21-
- https://winget.ragerworks.com
1+
# dotfiles with chezmoi
2+
- `sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply $GITHUB_USERNAME`
-15.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)