Skip to content

Commit

Permalink
Install cpupower-gui
Browse files Browse the repository at this point in the history
  • Loading branch information
wizawu committed Mar 26, 2024
1 parent bd12d6f commit b7f3ef4
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion dotfiles/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ alias base62='basex -i $(echo {0..9} {A..Z} {a..z} | tr -d " ") && echo'
alias bcrypt='htpasswd -bnBC 10 ""'
alias cmemchk='valgrind --tool=memcheck --leak-check=full'
alias code='code -n'
alias cpufreq='sudo cpupower frequency-set'
alias datev='date +%Y%m%d%H%M%S'
alias digs='dig +noall +answer'
alias ffunix='vi -c ":set ff=unix" -c ":wq"'
Expand Down
1 change: 1 addition & 0 deletions etc/apt/sources.list.d/default.list
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
deb [arch=amd64] http://mirrors.aliyun.com/docker-ce/linux/debian bookworm stable
deb [arch=amd64] https://mirrors.cloud.tencent.com/debian bookworm main contrib non-free non-free-firmware
deb [arch=amd64] https://mirrors.cloud.tencent.com/ubuntu mantic main universe
deb https://community-packages.deepin.com/deepin apricot main contrib non-free
1 change: 1 addition & 0 deletions install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
id: "{{item}}"
with_items:
- 7EA0A9C3F273FCD8 # docker-ce
- 871920D1991BC93C # ubuntu mantic
- EB3E94ADBE1229CF # vscode

- name: install apt packages
Expand Down
1 change: 0 additions & 1 deletion tasks/command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
- iotop
- jq
- less
- linux-cpupower
- mtr
- nethogs
- npm
Expand Down
1 change: 1 addition & 0 deletions tasks/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- awesome
- awesome-extra
- code
- cpupower-gui
- dbus-x11
- diffuse
- geany # text editor
Expand Down

0 comments on commit b7f3ef4

Please sign in to comment.