updates after first install

This commit is contained in:
Tyler Starr 2023-01-14 15:56:03 -08:00
parent a13aa14256
commit 4e890ece26
6 changed files with 20 additions and 27 deletions

View File

@ -57,20 +57,6 @@ when needed with the following command:
linux-mount-<network drive name> linux-mount-<network drive name>
``` ```
## 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
Syncthing is used to sync folders between various computers and android. The Syncthing is used to sync folders between various computers and android. The
@ -83,8 +69,18 @@ expects them.
taskopen). taskopen).
- `phone photos` - personal photos synched from android. - `phone photos` - personal photos synched from android.
- `phone screenshots` - personal screenshots synced from android. - `phone screenshots` - personal screenshots synced from android.
- `keys` - contains ssh keys for git remotes (~/.ssh/keys)
## Lxappearance ## Lxappearance
My GTK theme is pulled down by chezmoi, but isn't active by default. This can My GTK theme is pulled down by chezmoi, but isn't active by default. This can
be fixed with the lxappearance gui. be fixed with the lxappearance gui.
## nb notebooks
Remote nb notebooks are added with the following command:
```bash
nb notebooks add <notebook name> https://github.com/starr-dusT/nb <branch>
```

View File

@ -1,6 +0,0 @@
[Desktop Entry]
Type=Application
Name=SuperSlicer
Comment=SuperSlicer
Exec=/usr/local/bin/SuperSlicer
Terminal=false

View File

@ -17,3 +17,10 @@
- /usr/share/applications/nvim.desktop - /usr/share/applications/nvim.desktop
- /usr/share/applications/syncthing-start.desktop - /usr/share/applications/syncthing-start.desktop
- /usr/share/applications/syncthing-ui.desktop - /usr/share/applications/syncthing-ui.desktop
- name: Start bluetooth
service:
name: bluetooth
state: started
enabled: yes
become: true

View File

@ -2,11 +2,6 @@
pacman: pacman:
name: name:
- freecad # General purpose 3D CAD modeler - freecad # General purpose 3D CAD modeler
- superslicer # PrusaSlicer fork (which is a slic3r fork)
state: present state: present
become: true become: true
- name: Install engineering aur packages
yay:
name:
- superslicer-bin # PrusaSlicer fork (which is a slic3r fork)
become: true

View File

@ -12,7 +12,7 @@
- wireguard-tools # Tool for wireguard - wireguard-tools # Tool for wireguard
- cronie # Runs specified programs at scheduled times - cronie # Runs specified programs at scheduled times
- pipewire # Server and user space API to deal with multimedia pipelines - 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 - cifs-utils # CIFS filesystem user-space tools
- ansible # Simple deployment, configuration management and execution framework - ansible # Simple deployment, configuration management and execution framework
- chezmoi # Manage your dotfiles across multiple machines, securely - chezmoi # Manage your dotfiles across multiple machines, securely

View File

@ -5,6 +5,7 @@
- task # Command-line TODO list manager - task # Command-line TODO list manager
- timew # Timewarrior tracks and reports time - timew # Timewarrior tracks and reports time
- taskwarrior-tui - taskwarrior-tui
- task-open
- vifm # Ncurses-based file manager with vi-like keybindings - vifm # Ncurses-based file manager with vi-like keybindings
- zsh # Z SHell - zsh # Z SHell
- tmux # Terminal Multiplexer - tmux # Terminal Multiplexer