mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
Revert "updates after first install"
This reverts commit 4e890ece2628ab517159e301498ceec716a50c9f.
This commit is contained in:
parent
1ba79cb4a8
commit
1d325f6c43
@ -57,6 +57,20 @@ 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
|
||||||
@ -69,18 +83,8 @@ 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>
|
|
||||||
```
|
|
||||||
|
|
||||||
|
6
home/dot_local/share/applications/SuperSlicer.desktop
Normal file
6
home/dot_local/share/applications/SuperSlicer.desktop
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=SuperSlicer
|
||||||
|
Comment=SuperSlicer
|
||||||
|
Exec=/usr/local/bin/SuperSlicer
|
||||||
|
Terminal=false
|
@ -17,10 +17,3 @@
|
|||||||
- /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
|
|
||||||
|
@ -2,6 +2,11 @@
|
|||||||
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
|
||||||
|
@ -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
|
||||||
- pipewire-pulse
|
#- libspa-bluetooth # Server and user space API to deal with multimedia pipelines - bluetooth plugins
|
||||||
- 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
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user