This repository has been archived by the owner on Mar 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
114 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
aliases: | ||
apply-fleekdev: nix run --impure home-manager/master -- -b bak switch --flake .#ubuntu@fleekdev | ||
fleeks: cd ~/projects/ublue/fleek/examples/default | ||
apply-coder-bjk-fleek: nix run --impure home-manager/master -- -b bak switch --flake .#ubuntu@coder-bjk-fleek | ||
fleeks: cd ~/workspace/fleek/examples/default | ||
allow_broken: false | ||
bling: default | ||
blocklist: | ||
- vscode | ||
blocklist: [] | ||
byo_git: false | ||
ejected: true | ||
flakedir: projects/ublue/fleek/examples/default | ||
flakedir: workspace/fleek/examples/default | ||
git: | ||
autocommit: false | ||
autopull: false | ||
|
@@ -25,14 +25,15 @@ programs: | |
shell: zsh | ||
systems: | ||
- arch: x86_64 | ||
hostname: fleekdev | ||
home: "" | ||
hostname: coder-bjk-fleek | ||
os: linux | ||
username: ubuntu | ||
track: nixos-unstable | ||
unfree: true | ||
users: | ||
- email: [email protected] | ||
name: Brian Ketelsen | ||
ssh_private_key_file: ~/.ssh/id_rsa | ||
ssh_public_key_file: ~/.ssh/id_rsa.pub | ||
- email: [email protected] | ||
name: Ubuntu | ||
ssh_private_key_file: "" | ||
ssh_public_key_file: "" | ||
username: ubuntu |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ pkgs, misc, ... }: { | ||
# DO NOT EDIT: This file is managed by fleek. Manual changes will be overwritten. | ||
home.shellAliases = { | ||
"apply-fleekdev" = "nix run --impure home-manager/master -- -b bak switch --flake .#ubuntu@fleekdev"; | ||
|
||
"fleeks" = "cd ~/projects/ublue/fleek/examples/default"; | ||
"fleeks" = "cd ~/workspace/fleek/examples/default"; | ||
}; | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,17 +9,17 @@ | |
graph = "log --decorate --oneline --graph"; | ||
add-nowhitespace = "!git diff -U0 -w --no-color | git apply --cached --ignore-whitespace --unidiff-zero -"; | ||
}; | ||
userName = "Brian Ketelsen"; | ||
userEmail = "[email protected]"; | ||
userName = "Ubuntu"; | ||
userEmail = "[email protected]"; | ||
extraConfig = { | ||
feature.manyFiles = true; | ||
init.defaultBranch = "main"; | ||
gpg.format = "ssh"; | ||
}; | ||
|
||
signing = { | ||
key = "~/.ssh/id_rsa"; | ||
signByDefault = builtins.stringLength "~/.ssh/id_rsa" > 0; | ||
key = ""; | ||
signByDefault = builtins.stringLength "" > 0; | ||
}; | ||
|
||
lfs.enable = true; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
{ pkgs, misc, ... }: { | ||
# DO NOT EDIT: This file is managed by fleek. Manual changes will be overwritten.# zsh | ||
programs.zsh.profileExtra = "[ -r ~/.nix-profile/etc/profile.d/nix.sh ] && source ~/.nix-profile/etc/profile.d/nix.sh"; | ||
programs.zsh.profileExtra = '' | ||
[ -r ~/.nix-profile/etc/profile.d/nix.sh ] && source ~/.nix-profile/etc/profile.d/nix.sh | ||
export XCURSOR_PATH=$XCURSOR_PATH:/usr/share/icons:~/.local/share/icons:~/.icons:~/.nix-profile/share/icons | ||
''; | ||
programs.zsh.enableCompletion = true; | ||
programs.zsh.enable = true; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
aliases: | ||
apply-fleekdev: nix run --impure home-manager/master -- -b bak switch --flake .#ubuntu@fleekdev | ||
fleeks: cd ~/projects/ublue/fleek/examples/high | ||
apply-coder-bjk-fleek: nix run --impure home-manager/master -- -b bak switch --flake .#ubuntu@coder-bjk-fleek | ||
fleeks: cd ~/workspace/fleek/examples/high | ||
allow_broken: false | ||
bling: high | ||
blocklist: | ||
- vscode | ||
blocklist: [] | ||
byo_git: false | ||
ejected: true | ||
flakedir: projects/ublue/fleek/examples/high | ||
flakedir: workspace/fleek/examples/high | ||
git: | ||
autocommit: false | ||
autopull: false | ||
|
@@ -25,14 +25,15 @@ programs: | |
shell: zsh | ||
systems: | ||
- arch: x86_64 | ||
hostname: fleekdev | ||
home: "" | ||
hostname: coder-bjk-fleek | ||
os: linux | ||
username: ubuntu | ||
track: nixos-unstable | ||
unfree: true | ||
users: | ||
- email: [email protected] | ||
name: Brian Ketelsen | ||
ssh_private_key_file: ~/.ssh/id_rsa | ||
ssh_public_key_file: ~/.ssh/id_rsa.pub | ||
- email: [email protected] | ||
name: Ubuntu | ||
ssh_private_key_file: "" | ||
ssh_public_key_file: "" | ||
username: ubuntu |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,17 +9,17 @@ | |
graph = "log --decorate --oneline --graph"; | ||
add-nowhitespace = "!git diff -U0 -w --no-color | git apply --cached --ignore-whitespace --unidiff-zero -"; | ||
}; | ||
userName = "Brian Ketelsen"; | ||
userEmail = "[email protected]"; | ||
userName = "Ubuntu"; | ||
userEmail = "[email protected]"; | ||
extraConfig = { | ||
feature.manyFiles = true; | ||
init.defaultBranch = "main"; | ||
gpg.format = "ssh"; | ||
}; | ||
|
||
signing = { | ||
key = "~/.ssh/id_rsa"; | ||
signByDefault = builtins.stringLength "~/.ssh/id_rsa" > 0; | ||
key = ""; | ||
signByDefault = builtins.stringLength "" > 0; | ||
}; | ||
|
||
lfs.enable = true; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
aliases: | ||
apply-fleekdev: nix run --impure home-manager/master -- -b bak switch --flake .#ubuntu@fleekdev | ||
fleeks: cd ~/projects/ublue/fleek/examples/low | ||
apply-coder-bjk-fleek: nix run --impure home-manager/master -- -b bak switch --flake .#ubuntu@coder-bjk-fleek | ||
fleeks: cd ~/workspace/fleek/examples/low | ||
allow_broken: false | ||
bling: low | ||
blocklist: | ||
- vscode | ||
blocklist: [] | ||
byo_git: false | ||
ejected: true | ||
flakedir: projects/ublue/fleek/examples/low | ||
flakedir: workspace/fleek/examples/low | ||
git: | ||
autocommit: false | ||
autopull: false | ||
|
@@ -25,14 +25,15 @@ programs: | |
shell: zsh | ||
systems: | ||
- arch: x86_64 | ||
hostname: fleekdev | ||
home: "" | ||
hostname: coder-bjk-fleek | ||
os: linux | ||
username: ubuntu | ||
track: nixos-unstable | ||
unfree: true | ||
users: | ||
- email: [email protected] | ||
name: Brian Ketelsen | ||
ssh_private_key_file: ~/.ssh/id_rsa | ||
ssh_public_key_file: ~/.ssh/id_rsa.pub | ||
- email: [email protected] | ||
name: Ubuntu | ||
ssh_private_key_file: "" | ||
ssh_public_key_file: "" | ||
username: ubuntu |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
{ pkgs, misc, ... }: { | ||
# DO NOT EDIT: This file is managed by fleek. Manual changes will be overwritten. | ||
home.shellAliases = { | ||
"apply-fleekdev" = "nix run --impure home-manager/master -- -b bak switch --flake .#ubuntu@fleekdev"; | ||
|
||
"fleeks" = "cd ~/projects/ublue/fleek/examples/low"; | ||
"fleeks" = "cd ~/workspace/fleek/examples/low"; | ||
}; | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,17 +9,17 @@ | |
graph = "log --decorate --oneline --graph"; | ||
add-nowhitespace = "!git diff -U0 -w --no-color | git apply --cached --ignore-whitespace --unidiff-zero -"; | ||
}; | ||
userName = "Brian Ketelsen"; | ||
userEmail = "[email protected]"; | ||
userName = "Ubuntu"; | ||
userEmail = "[email protected]"; | ||
extraConfig = { | ||
feature.manyFiles = true; | ||
init.defaultBranch = "main"; | ||
gpg.format = "ssh"; | ||
}; | ||
|
||
signing = { | ||
key = "~/.ssh/id_rsa"; | ||
signByDefault = builtins.stringLength "~/.ssh/id_rsa" > 0; | ||
key = ""; | ||
signByDefault = builtins.stringLength "" > 0; | ||
}; | ||
|
||
lfs.enable = true; | ||
|
Oops, something went wrong.