No description
Find a file
2024-05-05 13:33:26 +02:00
.chezmoitemplates change env variable 2024-02-16 12:13:29 +01:00
desktop-bilder config change in waybar 2023-05-03 16:21:51 +02:00
dot_config replace with fontawesome icons 2023-12-27 02:53:12 +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 gopass 2024-02-19 16:40:59 +01:00
plasma-shourtcuts add kde-shortcuts 2023-12-07 12:13:31 +01:00
private_dot_gnupg fix server pinentry 2023-08-28 18:27:39 +02:00
scripts extend sleep to 3 seconds 2024-03-11 12:17:04 +01:00
.chezmoiexternal.toml add refreshperiod 2024-01-25 13:53:12 +01: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 add tmux conf 2023-11-13 14:43:27 +01:00
dot_tmux.conf.local change user config for tmux 2023-11-21 11:17:12 +01: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 README.md aktualisiert 2024-05-05 13:33:26 +02:00
README_darwin.md add wezterm 2024-03-22 00:23:06 +01:00

For Install this Dotfiles on Fedora

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

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

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

<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