savepoint
This commit is contained in:
parent
f34546a7ac
commit
f970615cbb
|
@ -15,4 +15,4 @@ sudo apt install git
|
||||||
git clone https://git.nunosempere.com/open.source/nunOS.git
|
git clone https://git.nunosempere.com/open.source/nunOS.git
|
||||||
cd nunOS
|
cd nunOS
|
||||||
|
|
||||||
bash 2-core.sh
|
source 2-core.sh
|
||||||
|
|
|
@ -14,3 +14,4 @@ bash packages/core/4-alacritty.sh
|
||||||
# hand off to alacritty
|
# hand off to alacritty
|
||||||
chmod +x 3-tmux.sh
|
chmod +x 3-tmux.sh
|
||||||
alacritty --config-file ./config/alacritty/alacritty-autostart.yml --command "$HOME/nunOS/3-tmux.sh" &
|
alacritty --config-file ./config/alacritty/alacritty-autostart.yml --command "$HOME/nunOS/3-tmux.sh" &
|
||||||
|
exit 1
|
||||||
|
|
|
@ -2,4 +2,3 @@
|
||||||
chmod +x 4-finegrained.sh
|
chmod +x 4-finegrained.sh
|
||||||
/usr/bin/tmux new-session -d -s nunos "bash 4-finegrained.sh"
|
/usr/bin/tmux new-session -d -s nunos "bash 4-finegrained.sh"
|
||||||
/usr/bin/tmux attach -t nunos
|
/usr/bin/tmux attach -t nunos
|
||||||
# -c "4-finegrained.sh"
|
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
|
source packages/finegrained/1-rose.sh
|
||||||
|
|
||||||
echo 1 && sleep 2 && bash
|
echo 1 && sleep 2 && bash
|
||||||
|
|
14
README.md
14
README.md
|
@ -11,6 +11,8 @@
|
||||||
- Sensible array of default applications
|
- Sensible array of default applications
|
||||||
- Doesn't try to imitate Windows
|
- Doesn't try to imitate Windows
|
||||||
- I like the search with the "windows" key
|
- I like the search with the "windows" key
|
||||||
|
- Escape hatch
|
||||||
|
- Xmonad too hardcore
|
||||||
- [ ] Figure out a few basic things
|
- [ ] Figure out a few basic things
|
||||||
- how to specify shortcuts in the command line: gsettings, or dconf-editor
|
- how to specify shortcuts in the command line: gsettings, or dconf-editor
|
||||||
- [ ] Describe how to get debian step by step
|
- [ ] Describe how to get debian step by step
|
||||||
|
@ -30,6 +32,8 @@
|
||||||
- But the name "nunOS" (I'm Nuño Sempere) was too good to pass up
|
- But the name "nunOS" (I'm Nuño Sempere) was too good to pass up
|
||||||
- The next step might be to: make this a [Debian derivative](https://www.debian.org/derivatives/)? But not close to it
|
- The next step might be to: make this a [Debian derivative](https://www.debian.org/derivatives/)? But not close to it
|
||||||
|
|
||||||
|
userland distribution
|
||||||
|
|
||||||
### Debian installer instructions
|
### Debian installer instructions
|
||||||
|
|
||||||
Partition > Guided - use entire disk and set up encrypted LVM.
|
Partition > Guided - use entire disk and set up encrypted LVM.
|
||||||
|
@ -37,12 +41,6 @@ Partition > Guided - use entire disk and set up encrypted LVM.
|
||||||
## How to get this distribution
|
## How to get this distribution
|
||||||
|
|
||||||
```
|
```
|
||||||
wget ...
|
wget https://git.nunosempere.com/open.source/nunOS/raw/branch/master/1-bootstrap.sh
|
||||||
chmod +x bootstrap.sh
|
source bootstrap.sh
|
||||||
bash bootstrap.sh
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
sudo apt install neovim
|
|
||||||
git config --global core.editor "vim"
|
|
||||||
```
|
```
|
||||||
|
|
3
config/bash/utils.sh
Normal file
3
config/bash/utils.sh
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
function bright(){
|
||||||
|
xrandr --output eDP --brightness $1
|
||||||
|
}
|
|
@ -8,6 +8,8 @@ rm gtktitlebar-11.0.zip
|
||||||
# autohide top bar
|
# autohide top bar
|
||||||
sudo apt install gnome-shell-extension-autohidetopbar
|
sudo apt install gnome-shell-extension-autohidetopbar
|
||||||
|
|
||||||
|
# soft brightness
|
||||||
|
|
||||||
# refresh gnome shell
|
# refresh gnome shell
|
||||||
name=$(xdotool getwindowfocus getwindowname)
|
name=$(xdotool getwindowfocus getwindowname)
|
||||||
killall -3 gnome-shell && sleep 5
|
killall -3 gnome-shell && sleep 5
|
||||||
|
|
14
packages/finegrained/1-rose.sh
Normal file
14
packages/finegrained/1-rose.sh
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
cd /var/local
|
||||||
|
|
||||||
|
sudo rm -r rosenrot-browser
|
||||||
|
sudo mkdir rosenrot-browser
|
||||||
|
sudo chown $(whoami) rosenrot-browser
|
||||||
|
git clone https://github.com/NunoSempere/rosenrot-browser
|
||||||
|
|
||||||
|
cd rosenrot-browser
|
||||||
|
cd user-scripts
|
||||||
|
cd debian-12
|
||||||
|
bash install-with-dependencies.sh
|
||||||
|
|
||||||
|
rose https://git.nunosempere.com/open.source/nunOS https://git.nunosempere.com/open.source/rosenrot &
|
||||||
|
cd ~/nunOS
|
Loading…
Reference in New Issue
Block a user