No description
Find a file
2024-11-13 20:01:22 +01:00
.chezmoitemplates fix completions 2024-10-30 17:09:02 +01:00
desktop-bilder config change in waybar 2023-05-03 16:21:51 +02:00
dot_config replace without wlcopy 2024-11-07 17:02:06 +01:00
dot_local/share/private_applications remove symlinked deprecated mimeapps.list 2023-06-21 10:41:05 +02:00
dot_swaylock [+] First Commit 2023-01-30 14:28:59 +01:00
dot_vim/autoload [-] Remove Vundle [+] Add vim-plug 2023-02-01 07:11:31 +01:00
dot_zsh/completion add zsh completion for tailscale 2024-11-13 14:04:36 +01:00
plasma-shourtcuts add kde-shortcuts 2023-12-07 12:13:31 +01:00
private_dot_docker/completions add docker completion 2024-06-26 22:33:49 +02:00
private_dot_gnupg fix server pinentry 2023-08-28 18:27:39 +02:00
scripts add docker system completion remove script 2024-06-26 22:45:40 +02:00
.chezmoiexternal.toml Add Powerline fonts installation using external repo and run_onchange script 2024-10-01 12:52:08 +02:00
dot_bash_profile [+] First Commit 2023-01-30 14:28:59 +01:00
dot_fzf.bash.tmpl add fzf support for linux and darwin 2023-08-28 11:56:52 +02:00
dot_fzf.zsh.tmpl add fzf support for linux and darwin 2023-08-28 11:56:52 +02:00
dot_gtk-bookmarks.tmpl add gtk-bookmarks 2023-06-29 23:15:02 +02:00
dot_gtkrc-2.0 set icon to Papirus-Dark 2023-05-02 16:19:03 +02:00
dot_profile add flatpack and discord gfn integration 2023-06-05 23:31:57 +02:00
dot_tmux.conf.local update tmux config 2024-10-02 14:46:12 +02:00
dot_vimrc.tmpl sourced out modules 2023-11-02 08:56:11 +01:00
dot_xinitrc config change in waybar 2023-05-03 16:21:51 +02:00
dot_zprofile.tmpl add new templates 2023-08-30 10:21:27 +02:00
dot_zshrc.tmpl add new templates 2023-08-30 10:21:27 +02:00
README.md replace password-store with rbw 2024-10-30 17:06:32 +01:00
README_darwin.md add tailscale for macos 2024-11-13 20:01:22 +01:00
run_onchange_docker_completion.sh add docker system completion remove script 2024-06-26 22:45:40 +02:00
run_onchange_install-powerline-fonts.sh Add Powerline fonts installation using external repo and run_onchange script 2024-10-01 12:52:08 +02:00
symlink_dot_tmux.conf installing .tmux 2024-09-30 11:50:12 +02:00

For Install this Dotfiles on Fedora

Dotfiles

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 perl-Time-HiRes rbw

sh -c "$(curl -fsLS get.chezmoi.io)"
chezmoi init -v --apply --force https://code.brothertec.eu/simono41/dotfiles.git
chezmoi update -v --force

Install Browserpass

sudo dnf install go

git clone https://github.com/browserpass/browserpass-native.git

cd browserpass-native

make configure
sudo make hosts-firefox-user 
sudo make install

and install this plugin in firefox

https://addons.mozilla.org/de/firefox/addon/browserpass-ce/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search

Install Shortcuts in Plasma

sudo dnf install papirus-icon-theme ripgrep fuzzel

add the kde-autostart.sh script in scripts folder to the autostart in the plasma settings.

add fuzzel for showing programs and .config/fuzzel/fuzzel-pass.sh (with ~/.config/fuzzel/fuzzel-pass.sh >> /home/simono41/password-store.log) for showing passwords and instead of using that .config/fuzzel/fuzzel-clipman.sh (with clipman alternative clipman pick --tool=CUSTOM --tool-args="fuzzel -d") for showing clipboards to the shourtcuts in the plasma settings

tmux helping

<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

https://gist.github.com/rbudiharso/53821b3222c4e7a5f7695d8d13cc6058

For Install new tmux addons run this

TMUX_PLUGIN_MANAGER_PATH=~/.tmux/plugins .tmux/plugins/tpm/scripts/install_plugins.sh

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