dotfiles/README.md

86 lines
2.1 KiB
Markdown
Raw Normal View History

2024-05-05 13:33:26 +02:00
# For Install this Dotfiles on Fedora
2024-01-24 10:25:25 +01:00
2024-05-05 13:55:44 +02:00
## Dotfiles
2024-01-24 10:25:25 +01:00
~~~
2024-05-05 13:33:26 +02:00
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install flathub org.wezfurlong.wezterm
flatpak run org.wezfurlong.wezterm
alias wezterm='flatpak run org.wezfurlong.wezterm'
sudo usermod -s /bin/zsh simono41
curl -sS https://starship.rs/install.sh | sh
dnf install jetbrains-mono-fonts tmux
2024-01-24 10:25:25 +01:00
sh -c "$(curl -fsLS get.chezmoi.io)"
chezmoi init -v --apply --force https://code.brothertec.eu/simono41/dotfiles.git
chezmoi update -v --force
~~~
2024-05-05 13:55:44 +02:00
## Install Browserpass
2024-05-05 13:33:26 +02:00
2024-05-05 13:55:44 +02:00
~~~
sudo dnf install go
2024-05-05 13:33:26 +02:00
2024-05-05 13:55:44 +02:00
git clone https://github.com/browserpass/browserpass-native.git
2024-05-05 13:33:26 +02:00
2024-05-05 13:55:44 +02:00
cd browserpass-native
2024-05-05 13:33:26 +02:00
2024-05-05 13:55:44 +02:00
make configure
sudo make hosts-firefox-user
sudo make install
2024-05-05 13:33:26 +02:00
2024-05-05 13:55:44 +02:00
and install this plugin in firefox
2024-05-05 13:33:26 +02:00
2024-05-05 13:55:44 +02:00
https://addons.mozilla.org/de/firefox/addon/browserpass-ce/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search
~~~
2023-11-13 14:40:50 +01:00
2024-05-05 14:11:26 +02:00
## Install Shortcuts in Plasma
2024-05-05 14:23:01 +02:00
~~~
2024-05-05 14:49:28 +02:00
sudo dnf install papirus-icon-theme ripgrep fuzzel
2024-05-05 14:23:01 +02:00
~~~
2024-05-05 14:11:26 +02:00
add the kde-autostart.sh script in scripts folder to the autostart in the plasma settings.
2024-05-05 14:16:48 +02:00
add fuzzel for showing programs
and .config/fuzzel/fuzzel-pass.sh (with bash -c ".config/fuzzel/fuzzel-pass.sh") for showing passwords
and .config/fuzzel/fuzzel-clipman.sh (with bash -c ".config/fuzzel/fuzzel-clipman.sh") for showing clipboards to the shourtcuts in the plasma settings
2024-05-05 14:11:26 +02:00
## tmux helping
2023-11-13 14:40:50 +01:00
~~~
<prefix> means you have to either hit Ctrl + a or Ctrl + b
<prefix> c means you have to hit Ctrl + a or Ctrl + b followed by c
<prefix> C-c means you have to hit Ctrl + a or Ctrl + b followed by Ctrl + c
~~~
2023-11-13 13:48:17 +01:00
https://gist.github.com/rbudiharso/53821b3222c4e7a5f7695d8d13cc6058
For Install new tmux addons run this
2024-01-24 10:25:25 +01:00
2023-11-13 13:48:17 +01:00
~~~
TMUX_PLUGIN_MANAGER_PATH=~/.tmux/plugins .tmux/plugins/tpm/scripts/install_plugins.sh
~~~
2024-05-05 13:55:44 +02:00
## Sources
https://wezfurlong.org/wezterm/install/linux.html#installing-on-linux-via-flathub
https://flatpak.org/setup/Fedora
https://www.chezmoi.io/install/#one-line-binary-install
https://wiki.ubuntuusers.de/usermod/
https://starship.rs/guide/#%F0%9F%9A%80-installation
https://www.nerdfonts.com/font-downloads
https://github.com/gpakosz/.tmux