dotfiles mirror https://github.com/mbrav/dotfiles
|
vor 1 Jahr | |
---|---|---|
dotfiles | vor 1 Jahr | |
.gitignore | vor 1 Jahr | |
.gitmodules | vor 1 Jahr | |
README.md | vor 1 Jahr | |
screenshot.webp | vor 1 Jahr |
My scripts and dot files
Consists of various DevOps-oriented configurations which are meant for my own personal Arch-based linux setup, but can be used in with other Linux distros such as Debian, Ubuntu, RHEL, etc.
My config overall consists of dotfiles and scripts/
that are meant to be fish
and bash
shell compatible as much as possible in cases where not all the components are allowed to be installed on certain servers for various reasons, etc.
Since Fish shell is not POSIX complaint, Bash is meant to be used as a backup shell in cases where it would be more comfortable.
But the main advantage of Fish shell, in my use case, is that outocompletion is setup automatically for tools such as docker
, kubectl
, etc, along with some other nice features.
The configs for Bash shell (.bashrc
) and Fish (config.fish
) reference aliases and commands defined in the scripts/
folder.
To take the most advantage of the config, a few tools are used, which are recommended for installation given that they are setup in _aliases
, .bashrc
and config.fish
:
ls
, based on exa
(Rust);cat
(yes, you guessed it, Rust).⚠️ Warning: This will overwrite your configs!
Clone repo:
git clone --recurse-submodules -j8 https://github.com/mbrav/dotfiles
Copy dotfiles:
cp -r ./dotfiles/dotfiles/.* ~/