This repository has been archived by the owner on May 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from zstg/main
Lots of fixes
- Loading branch information
Showing
15 changed files
with
69 additions
and
46 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
Submodule calamares
updated
4 files
+ − | branding/default/Welcome2.png | |
+ − | branding/default/slide-05.png | |
+1 −1 | modules/users.conf | |
+1 −1 | modules/usersq.conf |
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,2 +1,2 @@ | ||
root:x:0:0:root:/root:/usr/bin/bash | ||
stratos:x:1000:1000::/home/stratos:/usr/bin/bash | ||
stratos:x:1000:1000::/home/stratos:/usr/bin/zsh |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
alias ls='eza --color=always' | ||
alias rg='rg -i --sort-path' | ||
alias grep='grep --color=auto' | ||
alias neofetch='neofetch --ascii_distro janus' | ||
alias fetch-arch="sudo brl fetch arch" | ||
alias fetch-ubuntu=" sudo brl fetch ubuntu -m http://repo.huaweicloud.com/ubuntu -r mantic" | ||
alias apt="nala" | ||
alias sudo="sudo -E" | ||
alias cat="bat --plain --number --color=always" | ||
alias bat="bat --plain --number --color=always" |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# | ||
# ~/.bashrc | ||
# | ||
|
||
# If not running interactively, don't do anything | ||
[[ $- != *i* ]] && return | ||
[[ -f ~/.zshrc-personal ]] && source ~/.zshrc-personal | ||
export PATH=~/.local/bin:$PATH | ||
[[ -f ~/.aliases ]] && source ~/.aliases | ||
source <(starship init zsh --print-full-init) | ||
[[ $(command -v grab) ]] && grab | ||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | ||
bindkey "^[[H" beginning-of-line | ||
bindkey "^[[F" end-of-line |
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
Submodule StratOS
updated
from 417108 to b8f1b8
Submodule StratOS-grub
updated
from 1be14e to 0b8a15
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.