These are my dotfiles, optimized to run in a fresh Manjaro Linux installation.
First of all, the make
command is not supported in a fresh Manjaro linux installation. To resolve this issue, install the base-devel
package with pacman
with the command below:
sudo pacman -S base-devel --noconfirm
Then, in your $HOME
directory, clone this repository and access it.
git clone https://github.com/filipeltsilva/dotfiles .dotfiles
cd .dotfiles
After access the .dotfiles/
folder in your $HOME
, execute the make
command with the flag you want to run.
make the_flag_you_wanna_run
At the end of installation process, you can reboot your machine if you want to run the post-installation process.
After reboot your machine, access the .dotfiles
folder again and run make the_flag_you_wanna_run
.
cedilla
: Add cedilla support in US Alternative International keyboard layoutinstall
: Run the flagscedilla
,install_softwares
,rtx_install
,symlink_dotfiles
andtmux_setup
install_softwares
: Install software listed in$PACMAN_PACKAGES
and$AUR_PACKAGES
, respectivelly. This flag runspacman_setup
andpamac_setup
firstnvidia_setup
: search and install the best NVidia driver to your machinepacman_setup
: Configure Pacman package managerpamac_setup
: Configure Pamac utilitypost_install
: Run the flagsrtx_setup
andupdatedb
rtx_install
: Install rtx programming languages managerrtx_setup
: Install rtx pluginstmux_setup
: Install Tmux Plugin Manager (TPM) to manage the Tmux pluginsupdatedb
: Update the system files database to improve search speed
- Install
base-devel
and clone this repository, like described in Pre-installation routine - Access the
.dotfiles
folder and run themake install
flag - Reboot the machine
- Access the
.dotfiles
folder again and runmake post_install
flag