Skip to content

nordewal/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

bash -c "$(curl -fsSL https://raw.github.com/nordewal/dotfiles/master/bin/dotfiles)"

Install the following packages

code fish gnome-keyring grim groff keepassxc alacritty mako neovim networkmanager pavucontrol playerctl pipewire pipewire-pulse slurp swappy sway swayidle waybar swaylock wlrctl ttf-fira-code ttf-font-awesome wl-clipboard wofi safeeyes xdg-desktop-portal-wlr grim networkmanager-dmenu bat fd-find fzf

Run sway

.config/fish/config_local.fish

# Start sway at login
if status --is-interactive
  if test -z "$DISPLAY" -a $XDG_VTNR = 1
    set -Ux SDL_VIDEODRIVER wayland
    set -Ux _JAVA_AWT_WM_NONREPARENTING 1
    set -Ux QT_QPA_PLATFORM wayland
    set -Ux XDG_CURRENT_DESKTOP sway
    set -Ux XDG_SESSION_DESKTOP sway
    exec sway
  end
end

Install vim plugins

  1. open vim
  2. run ':PlugInstall'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published