All of my customized things that i want to save
(be sure ~/dotfiles don't exist, else yo will get an error)
git clone https://github.com/Babilinx/dotfiles.git ~/dotfiles
Save your current .bashrc
file if you want to keep it later.
cd ~/dotfiles
./install.sh
Be cafefull : it will erase all content in ~/.bashrc
file
Et voilà ! Just restart your terminal or do:
source ~/.bashrc
Custom prompt, using Sharship (see starship/shmtarship.toml
)
Not updated...
Autostart Sway session when login from tty1. (because i have no login manager)
Inspired by dmenu theme and modified to what i wanted. Using Gruvbox colors.
Near stock config adapted to my keyboard (azerty), displays, etc, with Gruvbox colors.
Make to be really dmenu-like. With Gruvbox colors
Used to:
- Select and start apps
- Set WiFi
- Powermenu (poweroff, restart, etc)
Stock config with Gruvbox colors and modified font and notification size and time.
Adapted version of rofi_wifi_menu by ericmurphyxyz to tofi.
Get temperature of Intel CPU from sensors -j
because hwmon CPU name change at each boot.
Use tofi
to:
- logout (
swaymsg exit
) (will using Waylock in the future maybe) - poweroff (
loginctl poweroff
) - reboot (
loginctl reboot
) - reload Sway (
swaymsg reload
) - exit Sway (
swaymsg exit
)
- Mathias Bynens's dotfiles repo for setting up files fixtures
- Jake Romer article for the base of bash_prompt customization code