OS
https://qiita.com/osorezugoing/items/2b48f88d947636421e4a
Export
sudo dpkg-query -f '${binary:Package}\n' -W > packages_list.txt
Lesen
sudo xargs -a packages_list.txt apt install
・ Wildfang ・ Rotverschiebung ・ Xreader ・ Xviewer · Am Bord ・ Gucharmap · Feuerfuchs ・ Hexchat ・ Thunderbird ・ Einfacher Scan ・ Pix ・ Rhythmbox ・ Xplayer ・ Vim-winzig ・ Vim-common · Am Bord ・ Neuwertig willkommen
sudo apt purge firefox hexchat thunderbird tomboy redshift xreader xviewer xviewer gucharmap simple-scan pix rhythmbox xplayer mintwelcome onboard vim-tiny vim-common
** Eingabe, Schriftart, Codec **
System
Entwicklung von
** Multimedia **
ubuntu-defaults-ja PPA hinzugefügt
wget -q https://www.ubuntulinux.jp/ubuntu-ja-archive-keyring.gpg -O- | sudo apt-key add -
wget -q https://www.ubuntulinux.jp/ubuntu-jp-ppa-keyring.gpg -O- | sudo apt-key add -
sudo wget https://www.ubuntulinux.jp/sources.list.d/bionic.list -O /etc/apt/sources.list.d/ubuntu-ja.list
alacritty
sudo add-apt-repository ppa:mmstick76/alacritty
passendes System
sudo apt update && \
sudo apt install -y libncurses5-dev libncursesw5-dev libclang-dev \
ubuntu-defaults-ja ubuntu-restricted-extras git make build-essential \
fcitx-mozc vim-gnome fonts-migmix gimp \ thunar ffmpegthumbnailer nomacs vlc \
audacious alacritty zsh ncdu xbindkeys \
xdotool cmake python3-dev python-dev \
libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386 \ tree
tmux
npm System
sudo apt install nodejs npm && sudo npm install -U npm && sudo npm install -g yarn n && sudo n stable
dotfiles
Nach der Installation von Git Klone Dotfiles von Git
git clone https://github.com/username/dotfiles.git
[Git] Von lokal auf remote verschieben und kleinere Korrekturen vornehmen
Vim
YouCompleteMe-Setup
cd ~/.vim/plugged/YouCompleteMe && ./install.py --all
Rush
ls`` cat
'grep'alias ist auf exa`` bat
ripgrep
eingestellt, daher müssen Sie von Rosts Ladung installieren
Rostinstallation
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
exa
exa Installation
cargo install exa
bat
cargo install bat
procs
procs Installation
cargo install procs
ripgrep
cargo install ripgrep
fd
cargo install fd-find
cargo install exa bat procs ripgrep fd-find
chsh -s /bin/zsh
Melden Sie sich erneut an und schließen Sie die Änderung ab
https://github.com/sorin-ionescu/prezto
Klonen Sie das Repository
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
extended_set glob
setopt EXTENDED_GLOB
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
done
Durch diese Einstellung sind alle erweiterten Notationen wie Ausschlussmuster und Fallidentifikation möglich. https://gihyo.jp/dev/serial/01/zsh-book/0004
Import aus Punktedateien
Wenn / usr / local / bin / zsh beim Versuch, sudo su auszuführen, nicht ausgeführt werden kann
thunar extension
Derjenige, der Thunars Daumen zeigt
tumbler tumbler-plugins-extra
https://code.visualstudio.com/#alt-downloads
Foxt Reader https://www.foxitsoftware.com/pdf-reader
sudo chmod a+x FoxitReader*.run && sudo ./FoxitReader*.run
https://github.com/BurntSushi/ripgrep#installation
Wine
sudo dpkg --add-architecture i386 && \
wget -nc https://dl.winehq.org/wine-builds/winehq.key && \
sudo apt-key add winehq.key
bionic
sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main' && \
sudo apt update
stabile Version
sudo apt install --install-recommends winehq-stable
Wenn die stabile Version nicht stabil ist(Lol)
sudo apt install --install-recommends winehq-devel
Beispiel) Fehler: winehq-devel: Abhängig von: wine-devel (= x.xx ~ bionic)
Es kann aufgrund eines fehlenden Pakets namens faudio nicht installiert werden. Fügen Sie Pakete von einem PPA eines Drittanbieters hinzu.
PPA hinzufügen
sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport
sudo apt update && apt upgrade
sudo apt install -y winetricks \ && winetricks
--Kopieren Sie die auf der SSD gesicherten Einstellungsdateien und fügen Sie sie ein
Recommended Posts