diff --git a/additional-setup.md b/additional-setup.md index 9b83dbd3..90a04875 100644 --- a/additional-setup.md +++ b/additional-setup.md @@ -57,20 +57,6 @@ when needed with the following command: linux-mount- ``` -## Taskopen for taskwarrior - -[taskopen](https://github.com/jschlatow/taskopeni) is easier to install -manually at this point since it isn't packaged and uses nim. Might get this -automated in the future. - -```bash -curl https://nim-lang.org/choosenim/init.sh -sSf | sh # install nim -git clone https://github.com/jschlatow/taskopen.git -cd taskopen -make PREFIX=/usr -sudo make PREFIX=/usr install -``` - ## Syncthing Syncthing is used to sync folders between various computers and android. The @@ -83,8 +69,18 @@ expects them. taskopen). - `phone photos` - personal photos synched from android. - `phone screenshots` - personal screenshots synced from android. +- `keys` - contains ssh keys for git remotes (~/.ssh/keys) ## Lxappearance My GTK theme is pulled down by chezmoi, but isn't active by default. This can be fixed with the lxappearance gui. + +## nb notebooks + +Remote nb notebooks are added with the following command: + +```bash +nb notebooks add https://github.com/starr-dusT/nb +``` + diff --git a/home/dot_local/share/applications/SuperSlicer.desktop b/home/dot_local/share/applications/SuperSlicer.desktop deleted file mode 100644 index 9643351b..00000000 --- a/home/dot_local/share/applications/SuperSlicer.desktop +++ /dev/null @@ -1,6 +0,0 @@ -[Desktop Entry] -Type=Application -Name=SuperSlicer -Comment=SuperSlicer -Exec=/usr/local/bin/SuperSlicer -Terminal=false diff --git a/provision/tasks/desktop/configs.yml b/provision/tasks/desktop/configs.yml index 6ba2b866..7abdfdea 100644 --- a/provision/tasks/desktop/configs.yml +++ b/provision/tasks/desktop/configs.yml @@ -17,3 +17,10 @@ - /usr/share/applications/nvim.desktop - /usr/share/applications/syncthing-start.desktop - /usr/share/applications/syncthing-ui.desktop + +- name: Start bluetooth + service: + name: bluetooth + state: started + enabled: yes + become: true diff --git a/provision/tasks/engineering/packages.yml b/provision/tasks/engineering/packages.yml index 73766931..43e10edd 100644 --- a/provision/tasks/engineering/packages.yml +++ b/provision/tasks/engineering/packages.yml @@ -2,11 +2,6 @@ pacman: name: - freecad # General purpose 3D CAD modeler + - superslicer # PrusaSlicer fork (which is a slic3r fork) state: present become: true - -- name: Install engineering aur packages - yay: - name: - - superslicer-bin # PrusaSlicer fork (which is a slic3r fork) - become: true diff --git a/provision/tasks/system/packages.yml b/provision/tasks/system/packages.yml index 08459a82..5297f993 100644 --- a/provision/tasks/system/packages.yml +++ b/provision/tasks/system/packages.yml @@ -12,7 +12,7 @@ - wireguard-tools # Tool for wireguard - cronie # Runs specified programs at scheduled times - pipewire # Server and user space API to deal with multimedia pipelines - #- libspa-bluetooth # Server and user space API to deal with multimedia pipelines - bluetooth plugins + - pipewire-pulse - cifs-utils # CIFS filesystem user-space tools - ansible # Simple deployment, configuration management and execution framework - chezmoi # Manage your dotfiles across multiple machines, securely diff --git a/provision/tasks/terminal/packages.yml b/provision/tasks/terminal/packages.yml index 86600bfb..642aada2 100644 --- a/provision/tasks/terminal/packages.yml +++ b/provision/tasks/terminal/packages.yml @@ -5,6 +5,7 @@ - task # Command-line TODO list manager - timew # Timewarrior tracks and reports time - taskwarrior-tui + - task-open - vifm # Ncurses-based file manager with vi-like keybindings - zsh # Z SHell - tmux # Terminal Multiplexer